From 8f14ae49e5cfd329a70895e74ebb22bc7559f32e Mon Sep 17 00:00:00 2001 From: ThatGravyBoat Date: Tue, 27 Jul 2021 07:09:21 +0000 Subject: Prettified Code! --- .../com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java') diff --git a/src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java b/src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java index e8561c6..408ac8a 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java @@ -6,8 +6,7 @@ public class ProfileSwitchedEvent extends Event { public String profile; - public ProfileSwitchedEvent(String profile){ + public ProfileSwitchedEvent(String profile) { this.profile = profile; } - } -- cgit