Skip to content

Commit 089d080

Browse files
committed
fix lint
1 parent 44f9735 commit 089d080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/repo-editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function initRepoEditor() {
131131
});
132132
if ($(this).val()) parts.push($(this).val());
133133
$('#tree_path').val(parts.join('/'));
134-
})
134+
});
135135

136136
const $editArea = $('.repository.editor textarea#edit_area');
137137
if (!$editArea.length) return;

0 commit comments

Comments
 (0)