Skip to content

Commit b2bcb2d

Browse files
committed
Swift: Fix formatting.
1 parent 27ec362 commit b2bcb2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swift/ql/test/library-tests/elements/expr/arithmeticoperation/arithmeticoperation.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ func test(c: Bool, x: Int, y: Int, z: Int) {
1111
v = -x;
1212
v = +x;
1313

14-
// arithmetic operations with overflow
15-
v = x &+ y;
16-
v = x &- y;
17-
v = x &* y;
14+
// arithmetic operations with overflow
15+
v = x &+ y;
16+
v = x &- y;
17+
v = x &* y;
1818
}

0 commit comments

Comments
 (0)