Skip to content

Commit b91d572

Browse files
authored
Do not use the return keyword
1 parent 1b82e48 commit b91d572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Forge/src/main/groovy/io/github/groovymc/cgl/impl/forge/GMLBusGetter.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ class GMLBusGetter implements ForgeBusGetter {
2323
if (modContainer instanceof GModContainer) {
2424
return modContainer.modBus
2525
}
26-
return null
26+
null
2727
}
2828
}

0 commit comments

Comments
 (0)