Skip to content

Commit 9230b6b

Browse files
committed
Fix whitespace
1 parent 1c11cef commit 9230b6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

release-scripts/src/main/java/software/amazon/awssdk/release/CreateNewServiceModuleMain.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ private NewServiceCreator(CommandLine commandLine) {
137137
}
138138

139139
private String transformSpecialProtocols(String protocol) {
140-
switch (protocol) {
141-
case "ec2": return "aws-query";
142-
case "rest-xml": return "aws-xml";
143-
case "rest-json": return "aws-json";
144-
case "smithy-rpc-v2-cbor": return "smithy-rpcv2";
145-
default: return "aws-" + protocol;
146-
}
140+
switch (protocol) {
141+
case "ec2": return "aws-query";
142+
case "rest-xml": return "aws-xml";
143+
case "rest-json": return "aws-json";
144+
case "smithy-rpc-v2-cbor": return "smithy-rpcv2";
145+
default: return "aws-" + protocol;
146+
}
147147
}
148148

149149
public void run() throws Exception {

0 commit comments

Comments
 (0)