Skip to content

Commit 26cc2c2

Browse files
authored
Update directory.jule
1 parent 3d37d6c commit 26cc2c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/directory.jule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use "std/slices"
44
use "std/strings"
55

66
// Buffer for the table.
7-
static mut Table = strings::Builder.New(1 << 8)
7+
static mut Table = strings::Builder{}
88

99
// Path strings should be formatted by markdown URLs.
1010
static IgnorePaths: [...]str = [
@@ -158,4 +158,4 @@ fn main() {
158158
}
159159
}
160160
createDirectoryMd()
161-
}
161+
}

0 commit comments

Comments
 (0)