indent fix

This commit is contained in:
honfika@gmail.com
2016-03-05 09:07:31 +01:00
parent 4a73edc4c2
commit 8f3603f94d

View File

@@ -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();