Skip to content

Commit 18be79b

Browse files
committed
. d reformatted code and updated markdown snippets
1 parent 374b698 commit 18be79b

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

approvaltests/docs/reference/Reporters.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ ReportWithP4mergeMac.INSTANCE,
3232
ReportWithTkDiffMac.INSTANCE,
3333
ReportWithVisualStudioCodeMac.INSTANCE,
3434
ReportWithAraxisMergeMac.INSTANCE,
35-
ReportWithDiffCommandLineMac.INSTANCE,
36-
ReportWithSublimeMergeMac.INSTANCE
35+
ReportWithSublimeMergeMac.INSTANCE,
36+
ReportWithCursorMac.INSTANCE,
37+
ReportWithDiffCommandLineMac.INSTANCE
3738
```
38-
<sup><a href='/approvaltests/src/main/java/org/approvaltests/reporters/macosx/ReportWithDiffToolOnMac.java#L14-L27' title='Snippet source file'>snippet source</a> | <a href='#snippet-mac_diff_reporters' title='Start of snippet'>anchor</a></sup>
39+
<sup><a href='/approvaltests/src/main/java/org/approvaltests/reporters/macosx/ReportWithDiffToolOnMac.java#L14-L28' title='Snippet source file'>snippet source</a> | <a href='#snippet-mac_diff_reporters' title='Start of snippet'>anchor</a></sup>
3940
<!-- endSnippet -->
4041

4142

@@ -69,8 +70,8 @@ ReportWithSublimeMergeWindows.INSTANCE
6970
ReportWithDiffMergeLinux.INSTANCE,
7071
ReportWithMeldMergeLinux.INSTANCE,
7172
ReportWithKdiff3Linux.INSTANCE,
72-
ReportWithDiffCommandLineLinux.INSTANCE,
73-
ReportWithSublimeMergeLinux.INSTANCE
73+
ReportWithSublimeMergeLinux.INSTANCE,
74+
ReportWithDiffCommandLineLinux.INSTANCE
7475
```
7576
<sup><a href='/approvaltests/src/main/java/org/approvaltests/reporters/linux/ReportWithDiffToolOnLinux.java#L14-L20' title='Snippet source file'>snippet source</a> | <a href='#snippet-linux_diff_reporters' title='Start of snippet'>anchor</a></sup>
7677
<!-- endSnippet -->

0 commit comments

Comments
 (0)