Skip to content

Commit f239302

Browse files
./Utilities/format.swift
1 parent e772e9a commit f239302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/JavaScriptKit/Macros.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
/// // Export a class and its members
1212
/// @JS class Counter {
1313
/// private var count = 0
14-
///
14+
///
1515
/// @JS init() {}
16-
///
16+
///
1717
/// @JS func increment() {
1818
/// count += 1
1919
/// }
20-
///
20+
///
2121
/// @JS func getValue() -> Int {
2222
/// return count
2323
/// }

0 commit comments

Comments
 (0)