Skip to content

Commit

Permalink
Update DiffReporter.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad authored Oct 13, 2022
1 parent e8a3ba9 commit 74a83e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Assent/Reporters/DiffReporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static DiffReporter()
? new IDiffProgram[]
{
new EnvironmentVariableDiffProgram(),
// new BeyondCompareDiffProgram(),
new BeyondCompareDiffProgram(),
new WinMergeDiffProgram(),
new KDiff3DiffProgram(),
new XdiffDiffProgram(),
Expand All @@ -29,7 +29,7 @@ static DiffReporter()
: new IDiffProgram[]
{
new EnvironmentVariableDiffProgram(),
// new BeyondCompareDiffProgram(),
new BeyondCompareDiffProgram(),
new VsCodeDiffProgram()
};

Expand Down

0 comments on commit 74a83e2

Please sign in to comment.