Skip to content

Commit 22b37b8

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent b4779b3 commit 22b37b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CaseStudies/SwiftUICaseStudies/01-GettingStarted-Animations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct AnimationsView: View {
4747
.offset(
4848
x: circleCenterViewStore.x - proxy.size.width / 2,
4949
y: circleCenterViewStore.y - proxy.size.height / 2
50-
)
50+
)
5151
}
5252
}
5353
.frame(maxWidth: .infinity, maxHeight: .infinity)

0 commit comments

Comments
 (0)