Skip to content

Commit fae19a0

Browse files
committed
[skip ci] add newline
1 parent fae18c5 commit fae19a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

count.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ while i < target {
44
i = (i + 1) | 1;
55
}
66

7-
print("\(i)")
7+
print("\(i)")

0 commit comments

Comments
 (0)