Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(transformers): fix breakage from commit 3fb2181
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayuk committed Mar 28, 2014
1 parent 3fb2181 commit 5caadbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/expression_extractor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ main(args) {
printer.write(_readFile(headerFile));
}

printer.write('// Found ${expressions.length} expressions');
printer.write('// Found ${expressions.length} expressions\n');
Module module = new Module()
..type(Parser, implementedBy: DynamicParser)
..type(ParserBackend, implementedBy: DartGetterSetterGen);
Expand Down

0 comments on commit 5caadbf

Please sign in to comment.