1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-27 23:28:38 +02:00

Tools: Apply eslint rule "no-multi-spaces"

This commit is contained in:
Laurent Cozic
2021-01-23 15:51:19 +00:00
parent 0e2351e79e
commit 63559ac8b9
50 changed files with 95 additions and 92 deletions

View File

@ -2,7 +2,7 @@ import Plugin from './Plugin';
import manifestFromObject from './utils/manifestFromObject';
import Global from './api/Global';
import BasePluginRunner from './BasePluginRunner';
import BaseService from '../BaseService';
import BaseService from '../BaseService';
import shim from '../../shim';
import { filename, dirname, rtrimSlashes } from '../../path-utils';
import Setting from '../../models/Setting';