Space fix.
This commit is contained in:
parent
45d8db08d1
commit
1969dc0e97
|
@ -739,7 +739,7 @@ final class Scanner
|
|||
}
|
||||
|
||||
/// Check if the next token is DOCUMENT-START: ^ '---' (' '|'\n')
|
||||
bool checkDocumentStart() @safe
|
||||
bool checkDocumentStart() @safe
|
||||
{
|
||||
// Check one char first, then all 3, to prevent reading outside the buffer.
|
||||
return reader_.column == 0 &&
|
||||
|
|
Loading…
Reference in a new issue