Skip to content

Commit 363b5bf

Browse files
committed
remove blank lines
1 parent 56887c1 commit 363b5bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/ServiceLifecycle/Docs.docc/How to adopt ServiceLifecycle in applications.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ struct Application {
8080
let fooService = FooServer()
8181
let barService = BarService(fooService: fooService)
8282

83-
84-
8583
let serviceGroup = ServiceGroup(
8684
// We are encoding the dependency hierarchy here by listing the fooService first
8785
services: [fooService, barService],

0 commit comments

Comments
 (0)