Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed Jul 10, 2024
1 parent fb9314f commit 6d73a4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/proto/node/node.proto
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ message NodeInfoRequest {

// Node info reply
message NodeInfoReply {
string semver = 1;
string arch = 2;
string os = 3;
uint32 num_cpu = 4;
string semver = 1;
string arch = 2;
string os = 3;
uint32 num_cpu = 4;
uint64 mem_bytes = 5;
}

0 comments on commit 6d73a4a

Please sign in to comment.