diff --git a/src/server/proto/Client/api/client/v2/notification_listener.proto b/src/server/proto/Client/api/client/v2/notification_listener.proto index c9628fb965..d4d507e640 100644 --- a/src/server/proto/Client/api/client/v2/notification_listener.proto +++ b/src/server/proto/Client/api/client/v2/notification_listener.proto @@ -26,5 +26,3 @@ service NotificationListener { }; } } - - diff --git a/src/server/proto/Client/notification_service.proto b/src/server/proto/Client/notification_service.proto index 072367d2d7..37ae2aff44 100644 --- a/src/server/proto/Client/notification_service.proto +++ b/src/server/proto/Client/notification_service.proto @@ -62,5 +62,3 @@ service NotificationListener { }; } } - - diff --git a/src/server/proto/Client/report_service.proto b/src/server/proto/Client/report_service.proto index 8f65611d0b..47a9a542f0 100644 --- a/src/server/proto/Client/report_service.proto +++ b/src/server/proto/Client/report_service.proto @@ -37,5 +37,3 @@ service ReportService { }; } } - - diff --git a/src/server/proto/Client/report_types.proto b/src/server/proto/Client/report_types.proto index fcd619f6ca..3acd2581c9 100644 --- a/src/server/proto/Client/report_types.proto +++ b/src/server/proto/Client/report_types.proto @@ -70,5 +70,3 @@ message Report { optional .bgs.protocol.EntityId reporting_game_account = 5; optional fixed64 report_timestamp = 6; } - -