Steven Fukase 4 years ago
parent
commit
3969d7bafa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/client/util/codemirror/codemirror-textlint.js

+ 0 - 1
packages/app/src/client/util/codemirror/codemirror-textlint.js

@@ -47,7 +47,6 @@ export default function createValidator(rulesConfigArray) {
     },
   );
 
-
   return (text, callback) => {
     if (!text) {
       callback([]);