Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit f445ca9

Browse files
finish with a newline.
1 parent 4b3da97 commit f445ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SwiftRuntimeLibrary/SwiftIteratorProtocolProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ public SwiftOptional<T> Next ()
165165
return SwiftOptional<T>.None ();
166166
}
167167
}
168-
}
168+
}

swiftglue/IteratorHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ public func xamarin_SwiftIteratorProtocolProtocolDSwiftIteratorProtocolProtocol0
6767
-> SwiftIteratorProtocolProtocol<T0>
6868
{
6969
return SwiftIteratorProtocolProtocol();
70-
}
70+
}

0 commit comments

Comments
 (0)