mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 11:21:23 +00:00
indent fix
This commit is contained in:
@@ -151,7 +151,7 @@ public class TraitClass extends Trait implements TraitWithSlot {
|
||||
} else {
|
||||
//Note: There must be trait/method highlight even if the initializer is empty to TraitList in GUI to work correctly
|
||||
//TODO: handle this better in GUI(?)
|
||||
writer.append(" ");
|
||||
writer.append(" ").newLine();
|
||||
}
|
||||
writer.endMethod();
|
||||
writer.endTrait();
|
||||
|
||||
Reference in New Issue
Block a user