commit | a907cd1c4425c92767177e4c85fc0e5101d69220 | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Sat Jul 10 20:46:14 2021 -0700 |
committer | GitHub <noreply@github.com> | Sat Jul 10 20:46:14 2021 -0700 |
tree | 2f26b9a6d4fdcc5a542bbd965849b9048914c281 | |
parent | 80a198a9016a2da1e4bdcf59c5a2b260c68628b7 [diff] |
Dart format with latest SDK (#81)
diff --git a/lib/src/shell_words.dart b/lib/src/shell_words.dart index d293e39..bfba529 100644 --- a/lib/src/shell_words.dart +++ b/lib/src/shell_words.dart
@@ -91,7 +91,9 @@ next == $backslash) { token.writeCharCode(next); } else { - token..writeCharCode($backslash)..writeCharCode(next); + token + ..writeCharCode($backslash) + ..writeCharCode(next); } } else { token.writeCharCode(scanner.readChar());