Skip to content

Commit c523e48

Browse files
committed
Fix lint
1 parent 991e405 commit c523e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Tests/YosemiteTests/Storage/PersistedProductVariationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ struct PersistedProductVariationTests {
186186
var image: PersistedProductVariationImage
187187
var attributes: [PersistedProductVariationAttribute]
188188

189-
enum CodingKeys: CodingKey {
189+
enum CodingKeys: CodingKey {
190190
case variation
191191
case image
192192
case attributes

0 commit comments

Comments
 (0)