style(di): add new lines

This commit is contained in:
vsavkin 2014-10-09 12:09:50 -04:00
parent d313cac42f
commit 0b60f8494d
6 changed files with 6 additions and 6 deletions

View File

@ -19,4 +19,4 @@ export class InjectLazy {
constructor(token) {
this.token = token;
}
}
}

View File

@ -73,4 +73,4 @@ export class BindingBuilder {
reflector.dependencies(factoryFunction) :
ListWrapper.map(dependencies, (t) => new Dependency(Key.get(t), false, false));
}
}
}

View File

@ -84,4 +84,4 @@ export class NoAnnotationError extends Error {
toString() {
return this.message;
}
}
}

View File

@ -25,4 +25,4 @@ export class Key {
static numberOfKeys() {
return _id;
}
}
}

View File

@ -1 +1 @@
export class Module {}
export class Module {}

View File

@ -51,4 +51,4 @@ class Reflector {
}
}
export var reflector:Reflector = new Reflector();
export var reflector:Reflector = new Reflector();