.editorconfig, format

This commit is contained in:
2023-03-22 16:56:24 +01:00
parent 99cb5928bc
commit 7870b454f8
5 changed files with 44 additions and 35 deletions
+4 -4
View File
@@ -4,7 +4,7 @@ syntax = "proto3";
// Request logging into the server
// seed: the seed used to generate the address
message AuthenticationRequest {
fixed64 seed = 1;
fixed64 seed = 1;
}
// Server -> Client
@@ -12,6 +12,6 @@ message AuthenticationRequest {
// status: 0 if successful, anything else is an error
// address: the address assigned to the peer
message AuthenticationResponse {
uint32 status = 1;
fixed64 address = 2;
}
uint32 status = 1;
fixed64 address = 2;
}