Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hakmart1 committed Dec 12, 2022
1 parent 683b21e commit 8aefcf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Assent/Reporters/DiffPrograms/RiderDiffProgram.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ static RiderDiffProgram()

public RiderDiffProgram() : base(DefaultSearchPaths) { }

protected override string CreateProcessStartArgs(string receivedFile, string approvedFile) => $"\"diff\" \"{receivedFile}\" \"{approvedFile}\"";
protected override string CreateProcessStartArgs(string receivedFile, string approvedFile) =>
$"\"diff\" \"{receivedFile}\" \"{approvedFile}\"";

protected static string GetRiderExePathInChannel(string channelDirectory)
{
Expand Down

0 comments on commit 8aefcf8

Please sign in to comment.