diff --git a/source/dyaml/scanner.d b/source/dyaml/scanner.d index 4435449..ecc193c 100644 --- a/source/dyaml/scanner.d +++ b/source/dyaml/scanner.d @@ -1273,7 +1273,7 @@ final class Scanner } ///Scan nonspace characters in a flow scalar. - void scanFlowScalarNonSpaces(const ScalarStyle quotes, const Mark startMark) + void scanFlowScalarNonSpaces(const ScalarStyle quotes, const Mark startMark) @safe pure { for(;;)