``` var a; private getCookie(): ng.IPromise<string>{ return this._q.when(""); } ``` becomes ``` var a; private getCookie(): ng.IPromise<string> {return this ._q .when(""); } ```
becomes