Skip to content

Commit

Permalink
Switch to record
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed May 23, 2022
1 parent fc97054 commit d941a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/CSharpier/SyntaxPrinter/FormattingContext.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace CSharpier.SyntaxPrinter;

public class FormattingContext
public record FormattingContext
{
public int PrintingDepth { get; set; }
public bool NextTriviaNeedsLine { get; set; }
Expand Down

0 comments on commit d941a0d

Please sign in to comment.