Skip to content

Commit 8bf82ba

Browse files
committed
fix indentation
1 parent ee74ae0 commit 8bf82ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/js/components/DiffFileTreeItem.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ function getIconForDiffType(pType) {
3737
}
3838
3939
function fileIcon(file) {
40-
if (file.IsSubmodule) {
41-
return 'octicon-file-submodule';
42-
}
43-
return 'octicon-file';
40+
if (file.IsSubmodule) {
41+
return 'octicon-file-submodule';
42+
}
43+
return 'octicon-file';
4444
}
4545
</script>
4646

0 commit comments

Comments
 (0)