Skip to content

Commit 632d42f

Browse files
authored
QL: Autoformat
1 parent 37e9024 commit 632d42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/src/queries/performance/NonInitialStdLibImport.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Import importBefore(Import i) {
2222
result = m.getMember(bi) and
2323
i = m.getMember(ii) and
2424
bi < ii
25-
)
25+
)
2626
}
2727

2828
from Import i

0 commit comments

Comments
 (0)