Skip to content

Commit cfb3447

Browse files
committed
2 parents 1d3e044 + 9a2d8a2 commit cfb3447

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)