Skip to content

Commit

Permalink
fix proto linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
s-radyuk committed Nov 8, 2023
1 parent 16b58f8 commit 0a8a621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/controller/testdata/ghz/helloworld/helloworld.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@
// limitations under the License.

syntax = "proto3";
package helloworld;

option go_package = "google.golang.org/grpc/examples/helloworld/helloworld";
option java_multiple_files = true;
option java_package = "io.grpc.examples.helloworld";
option java_outer_classname = "HelloWorldProto";

package helloworld;

// The greeting service definition.
service Greeter {
// Sends a greeting
Expand Down

0 comments on commit 0a8a621

Please sign in to comment.