Run dartfmt

This commit is contained in:
Natalie Weizenbaum 2018-01-05 16:48:39 -08:00
parent 75776ca062
commit 00cb5532a0

View File

@ -1949,7 +1949,8 @@ abstract class StylesheetParser extends Parser {
scanner.expectChar($ampersand);
if (scanner.scanChar($ampersand)) {
warn('In Sass, "&&" means two copies of the parent selector. You '
warn(
'In Sass, "&&" means two copies of the parent selector. You '
'probably want to use "and" instead.',
scanner.spanFrom(start),
color: color);