Skip to content

Commit 33f6196

Browse files
committed
Apply spotless
1 parent 94c99d2 commit 33f6196

File tree

1 file changed

+1
-1
lines changed
  • cucumber-plugin/src/main/java/io/cucumber/plugin/event

1 file changed

+1
-1
lines changed

cucumber-plugin/src/main/java/io/cucumber/plugin/event/TestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public interface TestCase {
3838
@Deprecated
3939
String getScenarioDesignation();
4040

41-
default String getLanguage(){
41+
default String getLanguage() {
4242
return null;
4343
}
4444

0 commit comments

Comments
 (0)