diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-07-29 20:50:30 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-07-29 20:50:30 +0200 |
commit | 23064351a6f7897cdee06ab55ac30f96a2249f0d (patch) | |
tree | 9c6e7dc4921c740e9d116427fd71871bfd40e3a0 /src/server/proto | |
parent | 7ff646efa98a2c54770d4793eeada751af5ee5a2 (diff) |
Core/Proto: Remove blank lines
Diffstat (limited to 'src/server/proto')
4 files changed, 0 insertions, 8 deletions
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 c9628fb9653..d4d507e640b 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 072367d2d7d..37ae2aff44f 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 8f65611d0b0..47a9a542f08 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 fcd619f6ca7..3acd2581c95 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; } - - |