Skip to content

Commit e716309

Browse files
committed
Add newlines at end of files
1 parent 2a7354b commit e716309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/JavaScriptKit/BasicObjects/JSError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ public final class JSError {
1717

1818
extension JSError: CustomStringConvertible {
1919
public var description: String { ref.description }
20-
}
20+
}

Sources/JavaScriptKit/FundamentalObjects/JSObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ public class JSObject: Equatable {
5050

5151
extension JSObject: CustomStringConvertible {
5252
public var description: String { self.toString!().string! }
53-
}
53+
}

0 commit comments

Comments
 (0)