Skip to content

Commit b5c47fc

Browse files
committed
Apply spotless
1 parent b9c6865 commit b5c47fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber-core/src/main/java/io/cucumber/core/backend/TestCaseState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public interface TestCaseState {
8888
* @return the language of the Scenario.
8989
*/
9090
default String getLanguage() {
91-
return null;
91+
return null;
9292
}
9393

9494
/**

0 commit comments

Comments
 (0)