We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676000e commit 85e81a8Copy full SHA for 85e81a8
.github/workflows/UpdateDirectory.mjs
@@ -5,12 +5,8 @@ import { globby } from 'globby'
5
const URL_BASE = 'https://github.com/TheAlgorithms/Javascript/blob/master'
6
7
function pathPrefix (i) {
8
- if (i) {
9
- const res = ' '.repeat(i)
10
- return res + '*'
11
- } else {
12
- return '\n##'
13
- }
+ const res = ' '.repeat(i)
+ return res + '*'
14
}
15
16
function printPath (oldPath, newPath, output) {
0 commit comments