diff options
| author | ThatGravyBoat <ThatGravyBoat@users.noreply.github.com> | 2021-07-27 07:09:21 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2021-07-27 07:09:21 +0000 |
| commit | 8f14ae49e5cfd329a70895e74ebb22bc7559f32e (patch) | |
| tree | a9b6e44d5b404fba4ff1f14462bb592bdbfa16bb /src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java | |
| parent | 7809a1362c9644c9bfb69d8563a13e3f1ed3354a (diff) | |
| download | SkyHanni-8f14ae49e5cfd329a70895e74ebb22bc7559f32e.tar.gz SkyHanni-8f14ae49e5cfd329a70895e74ebb22bc7559f32e.tar.bz2 SkyHanni-8f14ae49e5cfd329a70895e74ebb22bc7559f32e.zip | |
Prettified Code!
Diffstat (limited to 'src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java')
| -rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/api/events/ProfileSwitchedEvent.java | 3 |
1 files changed, 1 insertions, 2 deletions
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 e8561c6c3..408ac8ade 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; } - } |
