Skip to content
Snippets Groups Projects
Commit cf35099e authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix lint-error

parent a32d0217
No related merge requests found
{
"repoId": "2753df05-ca9c-4b96-9e34-7e280516182c",
"lastSync": 0
}
\ No newline at end of file
import { TestBed, async } from '@angular/core/testing'; import { TestBed, async } from '@angular/core/testing';
import { AppComponent } from './app.component'; import { AppComponent } from './app.component';
import { SharedModule } from './components/shared/shared.module'; import { SharedModule } from './components/shared/shared.module';
import { RouterTestingModule } from '@angular/router/testing' import { RouterTestingModule } from '@angular/router/testing';
import { AuthenticationService } from './services/http/authentication.service'; import { AuthenticationService } from './services/http/authentication.service';
import { DataStoreService } from './services/util/data-store.service'; import { DataStoreService } from './services/util/data-store.service';
import { NotificationService } from './services/util/notification.service'; import { NotificationService } from './services/util/notification.service';
......
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