Skip to content

Commit

Permalink
Remove extra white space
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes authored Dec 5, 2024
1 parent 32b7a4f commit d2feb6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected override async Task<CommandStatusResult> GetCommandStatusAsync(IProjec

if (path is not null)
{
// We handle this .
// We handle this.
return new CommandStatusResult(handled: true, commandText, CommandStatus.Enabled | CommandStatus.Supported);
}

Expand Down

0 comments on commit d2feb6e

Please sign in to comment.