mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-09 08:15:05 +01:00
tslint5 adoption - fix semicolon rule
This commit is contained in:
@@ -136,7 +136,7 @@ export class BowerJSONContribution implements IJSONContribution {
|
||||
}
|
||||
return null;
|
||||
});
|
||||
};
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
@@ -187,7 +187,7 @@ export class PackageJSONContribution implements IJSONContribution {
|
||||
}
|
||||
return null;
|
||||
});
|
||||
};
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user