Fix formatting

This commit is contained in:
icelimetea 2022-05-13 16:59:00 +01:00
parent 113528e1f2
commit 067484a6a8
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package org.multimc;/*
/*
* Copyright 2012-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -14,6 +14,8 @@ package org.multimc;/*
* limitations under the License.
*/
package org.multimc;
import org.multimc.exception.ParseException;
import org.multimc.utils.Parameters;

View File

@ -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;