Skip to content

Commit 4dbcce0

Browse files
committed
chore: style-check fix
1 parent ab42537 commit 4dbcce0

File tree

1 file changed

+16
-1
lines changed
  • smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/endpointsV2

1 file changed

+16
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/endpointsV2/OmitEndpointParams.java

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* http://aws.amazon.com/apache2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
116
package software.amazon.smithy.typescript.codegen.endpointsV2;
217

318
import java.util.Collections;
@@ -23,4 +38,4 @@ public static boolean isOmitted(String paramName) {
2338
public static Set<String> getOmittedParams() {
2439
return Collections.unmodifiableSet(OMITTED_PARAMS);
2540
}
26-
}
41+
}

0 commit comments

Comments
 (0)