From 9a4d1e95ea7784f0f98ea2913701a3a3c28aefaa Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 24 May 2018 16:03:42 -0400 Subject: Formatting pass --- src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java') diff --git a/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java b/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java index 2e8f86f..1ff4a6f 100755 --- a/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java +++ b/src/main/java/darkknight/jewelrycraft/config/ConfigGuiFactory.java @@ -22,8 +22,8 @@ public class ConfigGuiFactory implements IModGuiFactory { } @Override - public RuntimeOptionGuiHandler - getHandlerFor(RuntimeOptionCategoryElement element) { + public RuntimeOptionGuiHandler getHandlerFor( + RuntimeOptionCategoryElement element) { return null; } } \ No newline at end of file -- cgit v1.2.3