From 02f0ab7eceead25389fb048a79be198b8e315232 Mon Sep 17 00:00:00 2001 From: github actions Date: Sat, 11 May 2024 20:58:34 +0000 Subject: [PATCH] . d updated markdown snippets --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a58f69..ae2eb7a 100644 --- a/README.md +++ b/README.md @@ -190,14 +190,16 @@ void main() { Approvals.verifyAsJson( jsonItem, options: const Options( - deleteReceivedFile: true, // Automatically delete the received file after the test. - approveResult: true, // Approve the result automatically. You can remove this property after the approved file is created. + deleteReceivedFile: + true, // Automatically delete the received file after the test. + approveResult: + true, // Approve the result automatically. You can remove this property after the approved file is created. ), ); }); } ``` -snippet source | anchor +snippet source | anchor this will result in the following file