Skip to content

Minor TypeScript beautification flaw #401

Description

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

becomes

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions