From 31ca27cae121aff156d02c3caf432da7825073b0 Mon Sep 17 00:00:00 2001 From: github actions Date: Mon, 9 Oct 2023 17:53:24 +0000 Subject: [PATCH] d updated markdown snippets --- approvaltests/docs/how_to/ConfigureReporters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/approvaltests/docs/how_to/ConfigureReporters.md b/approvaltests/docs/how_to/ConfigureReporters.md index c2e066a5..6761dbb0 100644 --- a/approvaltests/docs/how_to/ConfigureReporters.md +++ b/approvaltests/docs/how_to/ConfigureReporters.md @@ -51,7 +51,7 @@ At both the class and method level you can use the @UseReporter attribute to set ```java @UseReporter(DiffMergeReporter.class) ``` -snippet source | anchor +snippet source | anchor #### Multiple Reporters