style(dart/transform): Format Dart files in reflection

Run the formatter on some Dart-specific reflection files.
This commit is contained in:
Tim Blasi
2015-04-17 11:07:23 -07:00
parent 5c25248582
commit 5b4eb0c6d7
2 changed files with 42 additions and 23 deletions
@@ -6,7 +6,7 @@ export 'reflector.dart';
import 'package:angular2/src/facade/lang.dart';
class NoReflectionCapabilities {
Function factory(Type type){
Function factory(Type type) {
throw "Cannot find reflection information on ${stringify(type)}";
}
@@ -31,4 +31,4 @@ class NoReflectionCapabilities {
}
}
final Reflector reflector = new Reflector(new NoReflectionCapabilities());
final Reflector reflector = new Reflector(new NoReflectionCapabilities());