style(dart/transform): Format Dart files in reflection
Run the formatter on some Dart-specific reflection files.
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user