Skip to content

Commit fd8266f

Browse files
committed
Adjust position of start tags
1 parent a1194a7 commit fd8266f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

swift/example_code/cognito-identity-provider/scenario/Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// swift-tools-version: 5.9
2-
2+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
// SPDX-License-Identifier: Apache-2.0
4+
//
35
// (swift-tools-version has two lines here because it needs to be the first
46
// line in the file, but it should also appear in the snippet below)
5-
7+
//
68
// snippet-start:[swift.cognito-identity-provider.scenario.package]
79
// swift-tools-version: 5.9
8-
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
9-
// SPDX-License-Identifier: Apache-2.0
1010
//
1111
// The swift-tools-version declares the minimum version of Swift required to
1212
// build this package.

swift/example_code/cognito-identity-provider/scenario/Sources/entry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// snippet-start:[swift.cognito-identity-provider.scenario]
21
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
32
// SPDX-License-Identifier: Apache-2.0
43
//
4+
// snippet-start:[swift.cognito-identity-provider.scenario]
55
// An example demonstrating various features of Amazon Cognito. Before running
66
// this Swift code example, set up your development environment, including
77
// your credentials.

0 commit comments

Comments
 (0)