aboutsummaryrefslogtreecommitdiff
path: root/libraries/launcher/org/multimc/applet
diff options
context:
space:
mode:
authoricelimetea <fr3shtea@outlook.com>2022-05-13 16:59:00 +0100
committericelimetea <fr3shtea@outlook.com>2022-05-13 16:59:00 +0100
commit067484a6a8647e6012f3fdad61653716cfb44470 (patch)
tree240c882af708ac3ca6e380dac974a76881c3dc3f /libraries/launcher/org/multimc/applet
parent113528e1f299de951a7223df033bbf390095dba3 (diff)
downloadPrismLauncher-067484a6a8647e6012f3fdad61653716cfb44470.tar.gz
PrismLauncher-067484a6a8647e6012f3fdad61653716cfb44470.tar.bz2
PrismLauncher-067484a6a8647e6012f3fdad61653716cfb44470.zip
Fix formatting
Diffstat (limited to 'libraries/launcher/org/multimc/applet')
-rw-r--r--libraries/launcher/org/multimc/applet/LegacyFrame.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/launcher/org/multimc/applet/LegacyFrame.java b/libraries/launcher/org/multimc/applet/LegacyFrame.java
index f82cb605..caec079c 100644
--- a/libraries/launcher/org/multimc/applet/LegacyFrame.java
+++ b/libraries/launcher/org/multimc/applet/LegacyFrame.java
@@ -1,4 +1,4 @@
-package org.multimc.applet;/*
+/*
* Copyright 2012-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +14,8 @@ package org.multimc.applet;/*
* limitations under the License.
*/
+package org.multimc.applet;
+
import net.minecraft.Launcher;
import javax.imageio.ImageIO;