Skip to content

Commit 31021e2

Browse files
committed
🎨 code formatting
1 parent 8bf88b1 commit 31021e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎package-lock.json‎

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/snippetor-CreateFoldersModal.ts‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ class CreateFolderModal extends Modal {
214214
Reflect.deleteProperty(this.cfg.default, "cache");
215215
}
216216
this.cfg.folders.forEach((ts) => Reflect.deleteProperty(ts, "cache"));
217-
this.cfg.folders = this.cfg.folders.filter(f => f.target && f.target.length);
217+
this.cfg.folders = this.cfg.folders.filter(
218+
(f) => f.target && f.target.length
219+
);
218220
// make sure a name is set
219221
this.snippetor.initCommonConfig(this.cfg);
220222
}

0 commit comments

Comments
 (0)