From c9bc3e80280fd8a38f6297de80196dcbff9c28d9 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 24 Jan 2022 17:06:40 -0500 Subject: Remove trailing whitespace from help/ markdown sources --- help/assert_assertwithmessage.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'help/assert_assertwithmessage.md') diff --git a/help/assert_assertwithmessage.md b/help/assert_assertwithmessage.md index ad11a8d3..e8081bae 100644 --- a/help/assert_assertwithmessage.md +++ b/help/assert_assertwithmessage.md @@ -1,11 +1,11 @@ *View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/assert_assertwithmessage.html).* # Exclamation Mark (`!`) - + ## `! 𝕩`: Assert - + Throw an error if `𝕩` is not 1. - + ! 1 ! 2 @@ -13,17 +13,14 @@ Throw an error if `𝕩` is not 1. ! "hello" - - + + ## `𝕨 ! 𝕩`: Assert With Message - + Throw an error with message `𝕨` if `𝕩` is not 1. - + "hi" ! 1 "two" ! 2 "hello error" ! "hello" - - - -- cgit v1.2.3