Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Remnant of a failed experiment. Not required here.
  • Loading branch information
tgrapperon committed Dec 11, 2022
1 parent 0369bb6 commit 67eb8ab
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 67eb8ab

Please sign in to comment.