Skip to content

Commit 9d95982

Browse files
committed
style: fix inden
1 parent 84f4a44 commit 9d95982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Get configuration parameters and initialize the web page;
2+
Get configuration parameters and initialize the web page;
33
*/
44

55
(async function () {
@@ -99,4 +99,4 @@ function addProgress(config) {
9999
line.style.width = `${config.width * normIndex}px`;
100100
})
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)