Fix proto formatting

This commit is contained in:
Milos Gajdos 2019-09-24 14:39:51 +01:00
parent ccda1d3559
commit 39755721d0
No known key found for this signature in database
GPG Key ID: 8B31058CC55DFD4F

View File

@ -88,5 +88,5 @@ message Event {
// unix timestamp of event
int64 timestamp = 3;
// service entry
Service service = 4;
Service service = 4;
}