Ragga fragga newlines.

This commit is contained in:
Daniel Rosenwasser 2015-04-09 17:00:22 -07:00
parent fb8cc0c40a
commit 63bb38157b

View File

@ -1,9 +1,9 @@
// @target: ES5
module M {
class C {
decorator(target: Object, key: string): void { }
@this.decorator
method() { }
}
// @target: ES5
module M {
class C {
decorator(target: Object, key: string): void { }
@this.decorator
method() { }
}
}