Skip to content

Commit

Permalink
fix(format): issue #295
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycpadilla committed Aug 23, 2019
1 parent ceb6f24 commit c654648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/formats/__snapshots__/all.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ exports[`formats all should match ios-swift/class.swift snapshot 1`] = `
import UIKit
public class {
static let color_red = #FF0000
public static let color_red = #FF0000
}
"
`;
Expand All @@ -381,7 +381,7 @@ exports[`formats all should match ios-swift/enum.swift snapshot 1`] = `
import UIKit
public enum {
static let color_red = #FF0000
public static let color_red = #FF0000
}
"
`;
Expand Down

0 comments on commit c654648

Please sign in to comment.