Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 437f4b7

Browse files
committed
Fix go autoformat
1 parent 9cd86f9 commit 437f4b7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ql/test/library-tests/semmle/go/frameworks/StdlibTaintFlow/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
func main() {}
3+
func main() {}
44
func sink(id int, v interface{}) {}
55

66
func link(from interface{}, into interface{}) {}

0 commit comments

Comments
 (0)