Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <dusan.borovcanin@mainflux.com>
  • Loading branch information
dborovcanin committed Feb 4, 2019
1 parent 70c1482 commit a0c34d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message Message {
bool boolValue = 8;
string dataValue = 9;
}
SumValue valueSum = 10;
SumValue valueSum = 10;
double time = 11;
double updateTime = 12;
string link = 13;
Expand Down

0 comments on commit a0c34d0

Please sign in to comment.