style(IonicErrorHandler): fix lint delete space return

This commit is contained in:
ramonornela
2016-10-19 22:58:16 -02:00
parent 9397d6b53a
commit 44d09d55b6

View File

@ -5,7 +5,7 @@
* inside a custom `ErrorHandler` as described here: https://angular.io/docs/ts/latest/api/core/index/ErrorHandler-class.html * inside a custom `ErrorHandler` as described here: https://angular.io/docs/ts/latest/api/core/index/ErrorHandler-class.html
*/ */
export class IonicErrorHandler { export class IonicErrorHandler {
static handleError(err: any) : void { static handleError(err: any): void {
let server = window['IonicDevServer']; let server = window['IonicDevServer'];
if (server) { if (server) {
server.handleError(err); server.handleError(err);