Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(tslint): missing whitespace
  • Loading branch information
m-abs committed Feb 12, 2019
commit a4ee021fb0f3b74cf2ee3b0b9ec5ca06e8b1ec61
2 changes: 1 addition & 1 deletion nativescript-angular/platform-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
}
);
const exitCallback = profile(
"nativescript-angular/platform-common.exitCallback",() => {
"nativescript-angular/platform-common.exitCallback", () => {
const lastModuleRef = lastBootstrappedModule ? lastBootstrappedModule.get() : null;
if (lastModuleRef) {
lastModuleRef.destroy();
Expand Down