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 --- dart.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'dart.html.markdown') diff --git a/dart.html.markdown b/dart.html.markdown index ab3c07d2..e6594fc5 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -710,7 +710,6 @@ main() { example30 // Adding this comment stops the dart formatter from putting all items on a new line ].forEach((ef) => ef()); } - ``` ## Further Reading -- cgit v1.2.3