Skip to content

Commit fa9b29b

Browse files
committed
Fix lint issue
1 parent 925ac1b commit fa9b29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ui/src/app/components/shutdown-app/shutdown-app.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import SpyObj = jasmine.SpyObj;
2727
import { of } from 'rxjs';
2828
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
2929
import { WINDOW } from '../../providers/window.provider';
30-
import {SimpleDialogComponent} from '../simple-dialog/simple-dialog.component';
30+
import { SimpleDialogComponent } from '../simple-dialog/simple-dialog.component';
3131

3232
describe('ShutdownAppComponent', () => {
3333
let component: ShutdownAppComponent;

0 commit comments

Comments
 (0)