From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- tact.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'tact.html.markdown') diff --git a/tact.html.markdown b/tact.html.markdown index 2cb650ee..73a0d4df 100644 --- a/tact.html.markdown +++ b/tact.html.markdown @@ -567,7 +567,6 @@ contract Counter with Deployable, Ownable { self.val = self.val + 1; } } - ``` ## Additional resources -- cgit v1.2.3