Skip to content

Commit 918e76f

Browse files
committed
Remove extra blank line in GameVersionNumber.java
1 parent 2cdc706 commit 918e76f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

HMCLCore/src/main/java/org/jackhuang/hmcl/util/versioning/GameVersionNumber.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public static VersionRange<GameVersionNumber> atMost(String maximum) {
9595
return VersionRange.atMost(asGameVersion(maximum));
9696
}
9797

98-
9998
/// Determines whether the given version string corresponds to a known Minecraft version.
10099
///
101100
/// If the version string cannot be parsed as any known version type (release, snapshot, pre-release, etc.)

0 commit comments

Comments
 (0)