Skip to content

Commit 8ebedda

Browse files
Improve code layout.
1 parent 67be08c commit 8ebedda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

client/src/main/proto/spine/validate.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//
2020
syntax = "proto3";
2121

22-
// We do not define the package for this file to allow shorter options for user-defined types.
22+
// We do not define a package for this file to allow shorter options for user-defined types.
2323
// This would allow to write:
2424
//
2525
// [(required).value = true];
@@ -37,6 +37,7 @@ option java_package = "org.spine3.validate.internal";
3737
option (internal_all) = true;
3838

3939
import "google/protobuf/descriptor.proto";
40+
4041
import "spine/annotations.proto";
4142

4243
// TODO:2016-02-18:alexander.litus: obtain globally unique field number(s) for opts from Google.

server/src/main/proto/spine/server/storage/event_storage.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ option (SPI_all) = true;
3030

3131
import "google/protobuf/any.proto";
3232
import "google/protobuf/timestamp.proto";
33+
3334
import "spine/base/event.proto";
3435
import "spine/annotations.proto";
3536

0 commit comments

Comments
 (0)