Skip to content

Commit 1f94820

Browse files
committed
Remove stray whitespace
1 parent ec420f1 commit 1f94820

File tree

1 file changed

+1
-4
lines changed
  • swift/example_code/s3/ListBuckets-Simple/Sources

1 file changed

+1
-4
lines changed

swift/example_code/s3/ListBuckets-Simple/Sources/entry.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import AWSClientRuntime
1111
import AWSS3
1212
import Foundation
13-
1413
// snippet-end:[s3.swift.intro.imports]
1514

1615
// snippet-start:[s3.swift.intro.getbucketnames]
@@ -56,11 +55,10 @@ func getBucketNames() async throws -> [String] {
5655
}
5756
}
5857
}
59-
6058
// snippet-end:[s3.swift.intro.getbucketnames]
6159

62-
// snippet-start:[s3.swift.intro.main]
6360
/// The program's asynchronous entry point.
61+
// snippet-start:[s3.swift.intro.main]
6462
@main
6563
struct Main {
6664
static func main() async {
@@ -78,5 +76,4 @@ struct Main {
7876
}
7977
}
8078
}
81-
8279
// snippet-end:[s3.swift.intro.main]

0 commit comments

Comments
 (0)