Skip to content

Commit 44b72af

Browse files
committed
Linting.
1 parent 7516efe commit 44b72af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/explorer/Explorer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
goto(searchInput ? `${path}?search=${searchInput}` : `${path}`, { replaceState: true });
9191
}
9292
93-
function resetSearch() {
93+
function resetSearch() {
9494
searchInput = '';
9595
searchTerm.set('');
9696
error.set('');

0 commit comments

Comments
 (0)