Skip to content

Commit

Permalink
style: apply linter
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 9, 2024
1 parent 3a2ead7 commit b52e365
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Flakkari/ParseArgument.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
**************************************************************************/

#ifndef ARGUMENTS_HPP_
# define ARGUMENTS_HPP_
#define ARGUMENTS_HPP_

# include "Server/UDPServer.hpp"
#include "Server/UDPServer.hpp"

/**
* @namespace Flakkari
Expand Down Expand Up @@ -47,9 +47,9 @@ class ParseArgument {
~ParseArgument() = default;

private:
std::string _gameDir; ///< The game directory.
std::string _ip; ///< The IP address, default is "localhost".
unsigned short _port = 0; ///< The port number, default is 8081.
std::string _gameDir; ///< The game directory.
std::string _ip; ///< The IP address, default is "localhost".
unsigned short _port = 0; ///< The port number, default is 8081.

static constexpr const char *HELP_MESSAGE =
"Usage: ./r-type_server <gameDir> <ip> <port>\n"
Expand Down

0 comments on commit b52e365

Please sign in to comment.