Skip to content

Commit

Permalink
style: Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy authored Oct 12, 2024
1 parent 8062ccb commit cc7cb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deltinteger/Deltinteger/Elements/Rule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void ToWorkshop(WorkshopBuilder builder)
.AppendKeywordLine("event")
.AppendLine("{")
.Indent();

ElementRoot.Instance.GetEnumValue("Event", RuleEvent.ToString()).ToWorkshop(builder, ToWorkshopContext.Other);
builder.Append(";").AppendLine();

Expand Down Expand Up @@ -125,7 +125,7 @@ public void ToWorkshop(WorkshopBuilder builder)

foreach (var action in Actions)
action.ToWorkshop(builder, ToWorkshopContext.Action);

builder.SetCurrentIndent(resetIndentInCaseOfUnbalance);
builder.Outdent().AppendLine("}");
}
Expand Down

0 comments on commit cc7cb59

Please sign in to comment.