Skip to content

Commit 4d6b35f

Browse files
author
Alvaro Muñoz
committed
apply gofmt
1 parent 70a151a commit 4d6b35f

File tree

1 file changed

+1
-1
lines changed
  • go/ql/test/library-tests/semmle/go/frameworks/Twirp/client

1 file changed

+1
-1
lines changed

go/ql/test/library-tests/semmle/go/frameworks/Twirp/client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func main() {
12-
client := notes.NewNotesServiceProtobufClient("http://localhost:8000", &http.Client{}) // test: ssrfSink
12+
client := notes.NewNotesServiceProtobufClient("http://localhost:8000", &http.Client{}) // test: ssrfSink
1313

1414
ctx := context.Background()
1515

0 commit comments

Comments
 (0)