Skip to content

Commit

Permalink
fix: disallow line breaks before non-object values
Browse files Browse the repository at this point in the history
  • Loading branch information
zajrik committed Aug 1, 2021
1 parent 1e9e3d2 commit 3b3623e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/GuraParser.dart
Expand Up @@ -567,7 +567,6 @@ class _GuraParser extends _Parser

// Discard whitespace
maybeMatch([whitespace]);
maybeMatch([newLine]);

// Capture previous indentation level
final int? lastIndentationBlock = _getLastIndentationLevel();
Expand Down

0 comments on commit 3b3623e

Please sign in to comment.