diff --git a/models.proto b/models.proto index bf7dc94..b9d1340 100644 --- a/models.proto +++ b/models.proto @@ -98,7 +98,7 @@ message Role { string nick = 4; int32 level = 5; int32 exp = 6; - int32 diamond= 7; + int32 diamond = 7; int64 hp = 8; int64 hp_max = 9; -- libgit2 0.21.2