Skip to content

Commit c602b1a

Browse files
authored
chore: format test/jobs.jl (#55)
1 parent 1a1c5a6 commit c602b1a

File tree

2 files changed

+93
-72
lines changed

2 files changed

+93
-72
lines changed

.JuliaFormatter.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ align_matrix = false
2222
join_lines_based_on_source = true
2323
trailing_comma = true
2424
indent_submodule = true
25-
# jobs.jl is ignored due to a parsing error: https://github.com/julia-vscode/CSTParser.jl/issues/371
26-
ignore = [".git", "test/jobs.jl"]
25+
ignore = [".git"]

0 commit comments

Comments
 (0)