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 --- d.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'd.html.markdown') diff --git a/d.html.markdown b/d.html.markdown index 93c08da2..e56661e7 100644 --- a/d.html.markdown +++ b/d.html.markdown @@ -128,7 +128,6 @@ class Matrix(uint m, uint n, T = int) { } auto mat = new Matrix!(3, 3); // We've defaulted type 'T' to 'int'. - ``` Speaking of classes, let's talk about properties for a second. A property -- cgit v1.2.3