mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Autoformat.
This commit is contained in:
@@ -5,8 +5,7 @@ from Compilation c, int i, string s
|
||||
where
|
||||
i > 0 and
|
||||
s =
|
||||
c
|
||||
.getArgument(i)
|
||||
c.getArgument(i)
|
||||
.replaceAll("\\", "/")
|
||||
.regexpReplaceAll(".*(/qltest/predefined_macros)", "<tools>$1")
|
||||
select c.getAFileCompiled().toString(), i, s
|
||||
|
||||
Reference in New Issue
Block a user