Commit 584257d6 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ minor formatting refinement

parent 5726af18
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -209,8 +209,11 @@ public class TDLtxiFormatter extends TDLtxFormatter {
		//doc.prepend(withKeyword, p->p.indent());
		//withKeyword.getNextSemanticRegion();
		//		var rbs = this.textRegionExtensions.regionFor(e).ruleCallTo(this._grammarAccess.());
			
		for (Comment c : e.getComment()) {
			if (!(e instanceof Member)) {
				doc.surround(c, p->p.indent());
			}
			doc.append(c, p->p.newLine());
			doc.format(c);
		}