Skip to content

Commit 44f9735

Browse files
committed
remove space
1 parent 80682cd commit 44f9735

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
@@ -132,7 +132,7 @@ export function initRepoEditor() {
132132
if ($(this).val()) parts.push($(this).val());
133133
$('#tree_path').val(parts.join('/'));
134134
})
135-
135+
136136
const $editArea = $('.repository.editor textarea#edit_area');
137137
if (!$editArea.length) return;
138138

0 commit comments

Comments
 (0)