Skip to content

Commit

Permalink
fix:(http_test.go) File is not gofmt -ed with -s (gofmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
490011961 committed Jul 28, 2023
1 parent 8b39e67 commit e46937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-http/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ func TestReplaceBoundary(t *testing.T) {
if !reflect.DeepEqual("/test/{message.namespace:.*}/name/{message.name:.*}", path) {
t.Fatal(`"/test/{message.namespace=*}/name/{message.name=*}" should be "/test/{message.namespace:.*}/name/{message.name:.*}"`)
}
}
}

0 comments on commit e46937f

Please sign in to comment.