Skip to content

Commit 6072ccd

Browse files
authored
auto-format
1 parent 0ff9520 commit 6072ccd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/test/library-tests/ir/ir/PrintConfig.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ predicate shouldDump(Location loc) {
1414
*
1515
* This predicate excludes functions defined in standard headers.
1616
*/
17-
predicate shouldDumpFunction(Function func) {
18-
shouldDump(func.getLocation())
19-
}
17+
predicate shouldDumpFunction(Function func) { shouldDump(func.getLocation()) }

0 commit comments

Comments
 (0)