Skip to content

Commit 71f6999

Browse files
authored
Autoformat
1 parent c6a52ed commit 71f6999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)