Skip to content

Commit 45a6a71

Browse files
committed
Nothing
1 parent 0da5796 commit 45a6a71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/cn/techarts/whale/Context.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ public Loader getLoader() {
9090
*/
9191
@Deprecated
9292
public Factory createFactory() {
93-
if(craftFactory.launched()) return null;
93+
if(craftFactory.launched()) {
94+
return null;
95+
}
9496
return this.craftFactory;
9597
}
9698

0 commit comments

Comments
 (0)