Skip to content

Commit ea68d1d

Browse files
committed
fixed formatting
1 parent ba74440 commit ea68d1d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/protobuf.cppzmq/client/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include "event.pb.h"
2+
#include <include/common.h>
23
#include <spdlog/spdlog.h>
34
#include <string>
45
#include <zmq.hpp>
5-
#include <include/common.h>
66

77
int main()
88
{

src/protobuf.cppzmq/proto/event.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ syntax = "proto3";
22

33
package own.proto;
44

5-
65
message Event {
7-
string sender = 1;
86
enum PingPong {
97
PING = 0;
108
PONG = 1;
119
}
10+
11+
string sender = 1;
1212
PingPong action = 2;
1313
int32 ping_count = 3;
1414
int32 pong_count = 4;

0 commit comments

Comments
 (0)