mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
style: remove extraneous whitespace in imports
This commit is contained in:
committed by
Rainer Killinger
parent
16bbb7e9e3
commit
98f02b8830
@@ -20,8 +20,8 @@ import {
|
||||
SCSearchResponse,
|
||||
SCTooManyRequestsErrorResponse,
|
||||
} from '@openstapps/core';
|
||||
import { BulkStorage } from '../storage/BulkStorage';
|
||||
import { createRoute } from './Route';
|
||||
import {BulkStorage} from '../storage/BulkStorage';
|
||||
import {createRoute} from './Route';
|
||||
|
||||
const multiSearchRouteModel = new SCMultiSearchRoute();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user