Skip to content

Commit 644e55d

Browse files
committed
Remove a extraneous char added by mistake
1 parent c9129b8 commit 644e55d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

smithy-model/src/test/java/software/amazon/smithy/model/loader/TaggedStringLiteralTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
package software.amazon.smithy.model.loader;
66

77
import static org.hamcrest.MatcherAssert.assertThat;
8-
import static org.hamcrest.Matchers.containsString;
98
import static org.hamcrest.Matchers.equalTo;
109
import static org.hamcrest.Matchers.is;
1110
import static org.junit.jupiter.api.Assertions.assertThrows;
@@ -292,7 +291,7 @@ public void hasHandlerReturnsFalseForUnknown() {
292291
assertThat(TaggedStringLiteral.hasHandler("unknown"), is(false));
293292
}
294293

295-
` // --- Helpers ---
294+
// --- Helpers ---
296295

297296
private static String base64(String s) {
298297
return Base64.getEncoder().encodeToString(s.getBytes(StandardCharsets.UTF_8));

0 commit comments

Comments
 (0)