Skip to content

Commit

Permalink
style: Run dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 3, 2025
1 parent cccb6a3 commit cbd4431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli/src/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static async Task<string> ReadInputAsync(string input, string inputPath,
{
inputText += Environment.NewLine;
}

inputText += await File.ReadAllTextAsync(inputPath, cancellationToken).ConfigureAwait(false);
}

Expand Down

0 comments on commit cbd4431

Please sign in to comment.