Skip to content

Commit

Permalink
Use 0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Apr 19, 2024
1 parent 5244417 commit 9cfaed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"csharpier": {
"version": "0.27.3",
"version": "0.28.1",
"commands": [
"dotnet-csharpier"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ FormattingContext context
Token.Print(node.AccessorList.OpenBraceToken, context),
Doc.Indent(
node.AccessorList.Accessors.Select(o =>
PrintAccessorDeclarationSyntax(o, separator, context)
)
PrintAccessorDeclarationSyntax(o, separator, context)
)
.ToArray()
),
separator,
Expand Down

0 comments on commit 9cfaed2

Please sign in to comment.