Skip to content

Commit 23ca363

Browse files
committed
C++: Formatting
1 parent 98969e3 commit 23ca363

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/valuenumbering/GlobalValueNumbering

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/valuenumbering/GlobalValueNumbering/diff_ir_expr.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ where
1212
evn = ast(e) and not evn = ir(e) and note = "AST only"
1313
or
1414
evn = ir(e) and not evn = ast(e) and note = "IR only"
15-
select e, evn, note
15+
select e, evn, note

0 commit comments

Comments
 (0)