Skip to content

Commit 75f4d75

Browse files
committed
Fixing thing
1 parent e61f38d commit 75f4d75

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

Src/CSharpier.Playground/Controllers/FormatController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public FormatController(ILogger<FormatController> logger)
3434
[HttpPost]
3535
public async Task<FormatResult> Post([FromBody] string content, string fileExtension)
3636
{
37-
// TODO use the proper formatter class?
37+
// TODO xml use the proper formatter class?
3838
if (fileExtension == "cs")
3939
{
4040
var result = await CSharpFormatter.FormatAsync(

Src/CSharpier/XmlFormatter.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)