Skip to content

Commit d7a68c0

Browse files
committed
fix EOF newlines
1 parent ac016d7 commit d7a68c0

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

test/SymbolGraph/ClangImporter/ClangExtensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
public extension Foo {
2222
enum Bar { }
23-
}
23+
}

test/SymbolGraph/ClangImporter/ForeignExtensions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ public extension String {
2020
case bar
2121
}
2222
}
23-
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
double testVariable = 1.0;
22

3-
struct Foo { };
3+
struct Foo { };

0 commit comments

Comments
 (0)