From bc0245f0be38e547ad76bcd719c6dedbb161f0f4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 24 Jan 2022 20:18:08 -0500 Subject: Remove extra leading spaces from code examples --- help/assert_assertwithmessage.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'help/assert_assertwithmessage.md') diff --git a/help/assert_assertwithmessage.md b/help/assert_assertwithmessage.md index e8081bae..2a027b5f 100644 --- a/help/assert_assertwithmessage.md +++ b/help/assert_assertwithmessage.md @@ -6,11 +6,11 @@ Throw an error if `𝕩` is not 1. - ! 1 + ! 1 - ! 2 + ! 2 - ! "hello" + ! "hello" @@ -19,8 +19,8 @@ Throw an error if `𝕩` is not 1. Throw an error with message `𝕨` if `𝕩` is not 1. - "hi" ! 1 + "hi" ! 1 - "two" ! 2 + "two" ! 2 - "hello error" ! "hello" + "hello error" ! "hello" -- cgit v1.2.3