Skip to content

Commit

Permalink
Fix styling issues RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
johnathanchann committed Aug 28, 2024
1 parent a72d6f9 commit 0b917f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install(TARGETS ${PROJECT_NAME}
)

# CPack setup
SET(CPACK_GENERATOR "DEB")
SET(CPACK_GENERATOR "deb")
SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "ROZUKKE")
SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Rozukke")
INCLUDE(CPack)
4 changes: 2 additions & 2 deletions include/mcpp/connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class SocketConnection {

/**
* Takes in parameters supporting std::stringstream conversion and a string
* prefix and transforms them into format "prefix(arg1,arg2,arg3)" e.g.
* "chat.post(test)" and sends command to the server.
* prefix and transforms them into format "prefix(arg1,arg2,arg3)\n" e.g.
* "chat.post(test)\n)" and sends command to the server.
*
* @tparam Types
* @param prefix
Expand Down

0 comments on commit 0b917f9

Please sign in to comment.