Skip to content
Snippets Groups Projects
Commit 5e40d7a4 authored by Michael W Spalti's avatar Michael W Spalti
Browse files

Fixed lint errors.

parent 2aaab834
Branches
Tags
No related merge requests found
import {LookupGuard} from "./lookup-guard";
import {of as observableOf} from "rxjs";
import {IdentifierType} from "../core/index/index.reducer";
import { LookupGuard } from './lookup-guard';
import { of as observableOf } from 'rxjs';
import { IdentifierType } from '../core/index/index.reducer';
describe('LookupGuard', () => {
let dsoService: any;
......
......@@ -138,5 +138,3 @@ describe('DsoDataRedirectService', () => {
});
})
});
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment