Skip to content

Commit

Permalink
Merge pull request #1457 from RocketSurgeonsGuild/try-to-fix-lint
Browse files Browse the repository at this point in the history
try to fix jetbrains lint with latest
  • Loading branch information
david-driscoll authored Dec 18, 2024
2 parents 5326a43 + f39cc56 commit 394b364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Nuke/DotNetCore/ICanDotNetFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public interface ICanDotNetFormat : IHaveSolution, ICanLint, IHaveOutputLogs
}

_ = DotNetTool.GetTool("jb")(
arguments.RenderForExecution(),
$"{arguments.RenderForExecution()}",
RootDirectory,
logOutput: true,
logInvocation: Verbosity == Verbosity.Verbose,
Expand Down

0 comments on commit 394b364

Please sign in to comment.