Skip to content

Commit 53a2558

Browse files
authored
Update directory.jule
1 parent 8b66588 commit 53a2558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn writeLine(text: str) {
3333

3434
// Subdirectories comes first and ordered by the strings::Compare function.
3535
// Implementation files comes after subdirectories and ordered by the strings::Compare function.
36-
fn sortDirents(mut &dirents: []os::DirEntry) {
36+
fn sortDirents(mut dirents: []os::DirEntry) {
3737
slices::SortFunc(dirents, fn(a: os::DirEntry, b: os::DirEntry): int {
3838
if a.Stat.IsDir() && !b.Stat.IsDir() {
3939
ret -1

0 commit comments

Comments
 (0)