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 --- vyper.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'vyper.html.markdown') diff --git a/vyper.html.markdown b/vyper.html.markdown index bad0c31e..dd319ae5 100644 --- a/vyper.html.markdown +++ b/vyper.html.markdown @@ -834,7 +834,6 @@ def doSomething(): # Function parameter/return value natspec # @param someParam Some description of what the param does # @return Description of the return value - ``` ## Additional resources -- cgit v1.2.3