Skip to content

Commit d8f6ff8

Browse files
author
John French
committed
Convert tabs to spaces
1 parent cce6a68 commit d8f6ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/test/java/io/swagger/codegen/options/AspNetCoreServerOptionsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public class AspNetCoreServerOptionsProvider implements OptionsProvider {
1111
public static final String PACKAGE_VERSION_VALUE = "1.0.0-SNAPSHOT";
1212
public static final String SOURCE_FOLDER_VALUE = "src_aspnetcore";
1313
public static final boolean PRESERVE_NEW_LINES = false;
14-
14+
1515
@Override
1616
public String getLanguage() {
1717
return "aspnetcore";

0 commit comments

Comments
 (0)