Skip to content

Commit 3f19b63

Browse files
author
Clang Robot
committed
style (*): Committing clang-format changes
1 parent c47934b commit 3f19b63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Client/src/Layer/RTypeLayer.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace RType {
4343
}
4444

4545
std::string RTypeLayer::GetIp() {
46-
46+
4747
ApplicationCommandLineArgs commandLine = Application::Get().GetSpecification().CommandLineArgs;
4848

4949
// TODO: Temp ip ./r-type_client {port} {ip} {port}
@@ -54,7 +54,6 @@ namespace RType {
5454
return ip;
5555
}
5656

57-
5857
int RTypeLayer::GetServerPort() {
5958
ApplicationCommandLineArgs commandLine = Application::Get().GetSpecification().CommandLineArgs;
6059

@@ -71,7 +70,6 @@ namespace RType {
7170
return port;
7271
}
7372

74-
7573
void RTypeLayer::ConnectToServer(int port, std::string ip, int serverPort) {
7674
_Network = CreateScope<Network::Network>(_WorldNetwork, _IOContextManager, port);
7775

0 commit comments

Comments
 (0)