Skip to content

Commit

Permalink
Fixing thing
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Apr 17, 2023
1 parent e61f38d commit 75f4d75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion Src/CSharpier.Playground/Controllers/FormatController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public FormatController(ILogger<FormatController> logger)
[HttpPost]
public async Task<FormatResult> Post([FromBody] string content, string fileExtension)
{
// TODO use the proper formatter class?
// TODO xml use the proper formatter class?
if (fileExtension == "cs")
{
var result = await CSharpFormatter.FormatAsync(
Expand Down
13 changes: 0 additions & 13 deletions Src/CSharpier/XmlFormatter.cs

This file was deleted.

0 comments on commit 75f4d75

Please sign in to comment.