Skip to content

Commit 481a425

Browse files
committed
Added newline at the end of .smithy test files
1 parent ffd077d commit 481a425

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

smithy-typescript-codegen/src/test/resources/software/amazon/smithy/typescript/codegen/test-list-with-union-with-sensitive-data.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ union TestUnion {
2222

2323
@sensitive
2424
sensitiveBar: String
25-
}
25+
}

smithy-typescript-codegen/src/test/resources/software/amazon/smithy/typescript/codegen/test-map-with-union-with-sensitive-data.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ union TestUnion {
2323

2424
@sensitive
2525
sensitiveBar: String
26-
}
26+
}

smithy-typescript-codegen/src/test/resources/software/amazon/smithy/typescript/codegen/test-sensitive-member-pointing-to-union.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ structure GetFooInput {
1717
union TestUnion {
1818
fooString: String,
1919
barString: String
20-
}
20+
}

smithy-typescript-codegen/src/test/resources/software/amazon/smithy/typescript/codegen/test-streaming-union.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ union StreamingUnion {
2020

2121
structure Message {
2222
message: String
23-
}
23+
}

smithy-typescript-codegen/src/test/resources/software/amazon/smithy/typescript/codegen/test-union-with-sensitive-data.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ union TestUnion {
1818

1919
@sensitive
2020
sensitiveBar: String
21-
}
21+
}

smithy-typescript-codegen/src/test/resources/software/amazon/smithy/typescript/codegen/test-union-without-sensitive-data.smithy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ structure GetFooInput {
1616
union TestUnion {
1717
fooString: String,
1818
barString: String
19-
}
19+
}

0 commit comments

Comments
 (0)