Skip to content

Commit bc0f48d

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent b972033 commit bc0f48d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/CaseStudies/UIKit/ConciseEnumNavigationViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ConciseEnumNavigationViewController: UIViewController, UIKitCaseStudy {
5252
showSheetButton,
5353
drillDownButton,
5454
showSheetFromBooleanButton,
55-
dismissLabel
55+
dismissLabel,
5656
])
5757
stack.axis = .vertical
5858
stack.spacing = 12

Examples/CaseStudiesTests/PresentationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ final class PresentationTests: XCTestCase {
6868
// failure since odds of a failure are about 30%
6969
for _ in 0..<100 {
7070
try await runDismissalSteps()
71-
}
71+
}
7272
}
7373

7474
@MainActor

0 commit comments

Comments
 (0)