From 858eb74440cb74de8880d3b11b721c735fd12810 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Sun, 17 Dec 2023 20:47:03 +0100 Subject: [PATCH] Fix line endings --- .../wurstclient/zoom/WiZoomInitializer.java | 60 +++++++++---------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/src/main/java/net/wurstclient/zoom/WiZoomInitializer.java b/src/main/java/net/wurstclient/zoom/WiZoomInitializer.java index 3cc1ee9..bc5f486 100644 --- a/src/main/java/net/wurstclient/zoom/WiZoomInitializer.java +++ b/src/main/java/net/wurstclient/zoom/WiZoomInitializer.java @@ -1,30 +1,30 @@ -/* - * Copyright (c) 2019-2023 Wurst-Imperium and contributors. - * - * This source code is subject to the terms of the GNU General Public - * License, version 3. If a copy of the GPL was not distributed with this - * file, You can obtain one at: https://www.gnu.org/licenses/gpl-3.0.txt - */ -package net.wurstclient.zoom; - -import net.fabricmc.api.ModInitializer; - -public final class WiZoomInitializer implements ModInitializer -{ - private static boolean initialized; - - @Override - public void onInitialize() - { - // This code runs as soon as Minecraft is in a mod-load-ready state. - // However, some things (like resources) may still be uninitialized. - // Proceed with mild caution. - - if(initialized) - throw new RuntimeException( - "WiZoomInitializer.onInitialize() ran twice!"); - - WiZoom.INSTANCE.initialize(); - initialized = true; - } -} +/* + * Copyright (c) 2019-2023 Wurst-Imperium and contributors. + * + * This source code is subject to the terms of the GNU General Public + * License, version 3. If a copy of the GPL was not distributed with this + * file, You can obtain one at: https://www.gnu.org/licenses/gpl-3.0.txt + */ +package net.wurstclient.zoom; + +import net.fabricmc.api.ModInitializer; + +public final class WiZoomInitializer implements ModInitializer +{ + private static boolean initialized; + + @Override + public void onInitialize() + { + // This code runs as soon as Minecraft is in a mod-load-ready state. + // However, some things (like resources) may still be uninitialized. + // Proceed with mild caution. + + if(initialized) + throw new RuntimeException( + "WiZoomInitializer.onInitialize() ran twice!"); + + WiZoom.INSTANCE.initialize(); + initialized = true; + } +}