Skip to content

Commit 30f4b5c

Browse files
committed
Cleanup.
1 parent 04bac6f commit 30f4b5c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tests/DiffableTestKit/Constants.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
// See http://www.apache.org/licenses/LICENSE-2.0 for license information.
88
//=----------------------------------------------------------------------------=
99

10-
//*============================================================================*
11-
// MARK: * Locales
12-
//*============================================================================*
10+
//=----------------------------------------------------------------------------=
11+
// MARK: Locales
12+
//=----------------------------------------------------------------------------=
1313

1414
public let en_US = Locale(identifier: "en_US")
1515
public let sv_SE = Locale(identifier: "sv_SE")
1616

17-
//*============================================================================*
18-
// MARK: * Strings
19-
//*============================================================================*
17+
//=----------------------------------------------------------------------------=
18+
// MARK: Strings
19+
//=----------------------------------------------------------------------------=
2020

2121
public let alphabet = "ABCDEFGHIJJKLMNOPQRSTUVWXYZ"
2222
public let alphabet10 = String(repeating: alphabet, count: 10)

0 commit comments

Comments
 (0)