Skip to content

Commit 3029c17

Browse files
committed
removed no required tabs
1 parent 12f35ae commit 3029c17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/io/swagger/codegen/v3/generators/java/GeneratorResultTestJava.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public void interfaceWithCustomDiscriminator() throws Exception {
7272

7373
String interfaceContent = new String(Files.readAllBytes(Paths.get(interfaceFile.toURI())));
7474

75-
Pattern typeInfoPattern = Pattern.compile( "(.*)(@JsonTypeInfo\\()(.*)(}\\))(.*)", Pattern.DOTALL);
75+
Pattern typeInfoPattern = Pattern.compile("(.*)(@JsonTypeInfo\\()(.*)(}\\))(.*)", Pattern.DOTALL);
7676

7777
Matcher matcher = typeInfoPattern.matcher(interfaceContent);
7878

@@ -123,7 +123,7 @@ public void javaCustomDiscriminator() throws Exception {
123123

124124
String interfaceContent = new String(Files.readAllBytes(Paths.get(interfaceFile.toURI())));
125125

126-
Pattern typeInfoPattern = Pattern.compile( "(.*)(@JsonTypeInfo\\()(.*)(}\\))(.*)", Pattern.DOTALL);
126+
Pattern typeInfoPattern = Pattern.compile("(.*)(@JsonTypeInfo\\()(.*)(}\\))(.*)", Pattern.DOTALL);
127127

128128
Matcher matcher = typeInfoPattern.matcher(interfaceContent);
129129

0 commit comments

Comments
 (0)