Linting
This commit is contained in:
parent
8eae770621
commit
8b7be48522
13 changed files with 37 additions and 28 deletions
|
|
@ -14,7 +14,7 @@ export function renderCursorsInFileExplorer(
|
|||
app: App
|
||||
): void {
|
||||
const fileExplorers = app.workspace.getLeavesOfType("file-explorer");
|
||||
if (fileExplorers.length == 0) return;
|
||||
if (fileExplorers.length == 0) {return;}
|
||||
|
||||
const [fileExplorer] = fileExplorers;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue