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