Skip to content

Commit a4ee021

Browse files
committed
fix(tslint): missing whitespace
1 parent a21454f commit a4ee021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/platform-common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
257257
}
258258
);
259259
const exitCallback = profile(
260-
"nativescript-angular/platform-common.exitCallback",() => {
260+
"nativescript-angular/platform-common.exitCallback", () => {
261261
const lastModuleRef = lastBootstrappedModule ? lastBootstrappedModule.get() : null;
262262
if (lastModuleRef) {
263263
lastModuleRef.destroy();

0 commit comments

Comments
 (0)