style: remove extraneous whitespace in imports

This commit is contained in:
Anselm Stordeur
2019-01-09 14:30:44 +01:00
committed by Rainer Killinger
parent 16bbb7e9e3
commit 98f02b8830
20 changed files with 77 additions and 79 deletions

View File

@@ -13,10 +13,10 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { SCBulkAddRequest, SCBulkAddResponse, SCBulkAddRoute, SCNotFoundErrorResponse } from '@openstapps/core';
import { logger } from '../common';
import { BulkStorage } from '../storage/BulkStorage';
import { createRoute } from './Route';
import {SCBulkAddRequest, SCBulkAddResponse, SCBulkAddRoute, SCNotFoundErrorResponse} from '@openstapps/core';
import {logger} from '../common';
import {BulkStorage} from '../storage/BulkStorage';
import {createRoute} from './Route';
const bulkRouteModel = new SCBulkAddRoute();