Skip to content

Commit 18bc6bf

Browse files
committed
. d reformatted code and updated markdown snippets
1 parent bc2de76 commit 18bc6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

approvaltests/docs/Scrubbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The easiest way to scrub a date is by calling
108108
```java
109109
Approvals.verify("created at 03:14:15", new Options().withScrubber(DateScrubber.getScrubberFor("00:00:00")));
110110
```
111-
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L50-L52' title='Snippet source file'>snippet source</a> | <a href='#snippet-scrub-date-example' title='Start of snippet'>anchor</a></sup>
111+
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L54-L56' title='Snippet source file'>snippet source</a> | <a href='#snippet-scrub-date-example' title='Start of snippet'>anchor</a></sup>
112112
<!-- endSnippet -->
113113

114114
which will produce

internal_documentation/micro_features/console_output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ try (ConsoleOutput console = new ConsoleOutput()) {
3838
## Tests
3939
1. Test verifyOutput
4040
2. Test verifyError
41-
3. Test verifyAll
41+
3. Test verifyAll

0 commit comments

Comments
 (0)