From cd879c05d3f97906ea6f4f36f2e8a01c73281c23 Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Tue, 5 Aug 2014 22:41:40 +0200 Subject: [PATCH] Spaces. --- source/dyaml/reader.d | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/dyaml/reader.d b/source/dyaml/reader.d index fe4b53d..4ad4ba0 100644 --- a/source/dyaml/reader.d +++ b/source/dyaml/reader.d @@ -33,9 +33,6 @@ import dyaml.nogcutil; package: - - - ///Exception thrown at Reader errors. class ReaderException : YAMLException {