Skip to content

Commit 2e72257

Browse files
isidoreLarsEckartragunathjawahar
committed
B better ordering of intellij reporters
Co-Authored-By: Lars Eckart <[email protected]> Co-Authored-By: Ragunath Jawahar <[email protected]>
1 parent c4371b9 commit 2e72257

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

approvaltests/src/main/java/org/approvaltests/reporters/intellij/IntelliJReporter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public class IntelliJReporter extends FirstWorkingReporter
77
public static final IntelliJReporter INSTANCE = new IntelliJReporter();
88
public IntelliJReporter()
99
{
10-
super(IntelliJUltimateReporter.INSTANCE, IntelliJCommunityReporter.INSTANCE,
11-
IntelliJMacSiliconReporter.INSTANCE);
10+
super(IntelliJMacSiliconReporter.INSTANCE, IntelliJUltimateReporter.INSTANCE, IntelliJCommunityReporter.INSTANCE);
1211
}
1312
}

0 commit comments

Comments
 (0)