fix(build) clang-format
This commit is contained in:
parent
2c37cc5fcb
commit
e79dd6aa2d
|
@ -16,8 +16,7 @@ class DbService {
|
|||
|
||||
getData() {
|
||||
var p = PromiseWrapper.completer();
|
||||
ObservableWrapper.subscribe(this.http.get('./db.json'),
|
||||
(resp) => { p.resolve(resp.json()); });
|
||||
ObservableWrapper.subscribe(this.http.get('./db.json'), (resp) => { p.resolve(resp.json()); });
|
||||
return p.promise;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue