tslint: Enable typedef-whitespace
This commit is contained in:
parent
6e6899a231
commit
bed8853f45
2 changed files with 2 additions and 3 deletions
|
|
@ -589,7 +589,7 @@ export class MI2 extends EventEmitter implements IBackend {
|
|||
const threads = result.result("threads");
|
||||
const ret: Thread[] = [];
|
||||
return threads.map(element => {
|
||||
const ret : Thread = {
|
||||
const ret: Thread = {
|
||||
id: parseInt(MINode.valueOf(element, "id")),
|
||||
targetId: MINode.valueOf(element, "target-id")
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue