Skip to content

Commit e4bdc08

Browse files
committed
fix(proto): format proto file with buf format
- Add blank line after package declaration - Add newline at end of file This fixes the buf format CI check.
1 parent 17f99d7 commit e4bdc08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/proto/myshoes.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
syntax = "proto3";
22

33
package whywaita.myshoes;
4+
45
option go_package = "github.com/whywaita/myshoes/api/proto.go";
56

67
service Shoes {
@@ -40,4 +41,4 @@ message DeleteInstanceRequest {
4041
repeated string labels = 2;
4142
}
4243

43-
message DeleteInstanceResponse {}
44+
message DeleteInstanceResponse {}

0 commit comments

Comments
 (0)