Skip to content

Commit e74db72

Browse files
committed
fix style
1 parent c400499 commit e74db72

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

HMCL/src/main/java/org/jackhuang/hmcl/game/QuickPlayOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class QuickPlayOption {
44
Type type;
55
String target;
66

7-
public QuickPlayOption(Type type, String target) {
7+
public QuickPlayOption(Type type, String target) {
88
this.type = type;
99
this.target = target;
1010
}

HMCLCore/src/main/java/org/jackhuang/hmcl/launch/DefaultLauncher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public DefaultLauncher(GameRepository repository, Version version, AuthInfo auth
6565
this.analyzer = LibraryAnalyzer.analyze(version, repository.getGameVersion(version).orElse(null));
6666
}
6767

68-
6968
private Command generateCommandLine(Path nativeFolder) throws IOException {
7069
CommandBuilder res = new CommandBuilder();
7170

0 commit comments

Comments
 (0)