Skip to content

Commit e4a9d35

Browse files
committed
fixes newlines
1 parent 7ac59f1 commit e4a9d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@ def artifactForGradlePlugin(MavenPublication pub, String os, String arch) {
136136
extension "exe"
137137
}
138138
}
139-
}
139+
}

stub/src/test/proto/helloworld/helloworld.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ message MultiHelloRequest {
4646
// The response message containing the greetings
4747
message HelloReply {
4848
string message = 1;
49-
}
49+
}

0 commit comments

Comments
 (0)