Skip to content

Commit 31edfb0

Browse files
committed
swift-format
1 parent 3fc2286 commit 31edfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/ServiceLifecycle+Postgres/Sources/PreludeService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ extension Service {
5454
func withPrelude(_ prelude: @escaping @Sendable () async throws -> Void) -> Service {
5555
PreludeService(service: self, prelude: prelude)
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)