Skip to content

Commit

Permalink
chore: fix spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Levenick <slevenick@google.com>
  • Loading branch information
noahdietz and slevenick authored Oct 22, 2024
1 parent 0c6a712 commit 591d96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/aip0133/method_signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestMethodSignature(t *testing.T) {
message Book {
option (google.api.resource) = {
type: "library.googleapis.com/Book"
pattern: "libraries/{library}/books/{book}"
pattern: "libraries/{library}/books/{book}"
};
}
`, test)
Expand Down

0 comments on commit 591d96e

Please sign in to comment.