Skip to content

Commit

Permalink
Merge pull request #65 from SartoxSoftware/fixformat
Browse files Browse the repository at this point in the history
Quick fix for formatting
  • Loading branch information
quajak authored Dec 18, 2022
2 parents b93409d + 19d9897 commit 63f738b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/XSharp/XSharp/Assembler/Gen1/Assembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public Assembler()
{
mCurrentInstance = this;
mInstances.Push(this);

Separator = ",";
AddSymbol = "+";
}

public Assembler(bool aFormat = false) : this()
Expand Down

0 comments on commit 63f738b

Please sign in to comment.