Skip to content

Commit f167cf1

Browse files
authored
fix indent
1 parent ec086a6 commit f167cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616

1717
injectCodeFundContainer() {
18-
if(document.getElementById("codefund") === null){
18+
if (document.getElementById("codefund") === null) {
1919
let nav = document.getElementsByClassName('sidebar-nav');
2020
let codefundContainer = document.createElement('div');
2121
codefundContainer.id = 'codefund';

0 commit comments

Comments
 (0)