Skip to content

Commit

Permalink
julefmt: use the latest stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Dec 9, 2024
1 parent 93571a6 commit b3acc0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.jule
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ fn format(path: str, mut data: []byte): []byte {
ret nil
}

mut f := finfo.Ast
fmt := formatter.new()
ret fmt.format(f, cm)
ret fmt.format(finfo.AST, cm)
}

fn formatFile(path: str) {
Expand Down

0 comments on commit b3acc0e

Please sign in to comment.