Skip to content

Commit

Permalink
Merge pull request #3 from tgrapperon/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrapperon authored Dec 11, 2022
2 parents 0369bb6 + 67eb8ab commit de6dc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUILayoutGuides/SwiftUILayoutGuides.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ extension EnvironmentValues {
}
}

struct LayoutGuidesModifier: ViewModifier, Animatable {
struct LayoutGuidesModifier: ViewModifier {
@State var layoutMarginsInsets: EdgeInsets = .init()
@State var readableContentInsets: EdgeInsets = .init()

Expand Down

0 comments on commit de6dc44

Please sign in to comment.