Skip to content

Commit b0b321a

Browse files
authored
Go: Standardise formatting
1 parent 4bc8529 commit b0b321a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/ql/src/Diagnostics/SuccessfullyExtractedFiles.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import go
1010

1111
from File f
12-
where not exists(Error e | e.getFile() = f) and
12+
where
13+
not exists(Error e | e.getFile() = f) and
1314
exists(f.getRelativePath())
1415
select f, ""

0 commit comments

Comments
 (0)