Replace sysimage.jl by juliaw; reformat source code

This commit is contained in:
2021-08-31 14:20:03 -05:00
parent d87476631a
commit 95b253429b
8 changed files with 90 additions and 61 deletions

5
deps/formatter/Project.toml vendored Normal file
View File

@@ -0,0 +1,5 @@
[deps]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
[compat]
JuliaFormatter = "0.14.4"

8
deps/formatter/format.jl vendored Normal file
View File

@@ -0,0 +1,8 @@
using JuliaFormatter
format(
[
"../../src",
"../../test",
],
verbose=true,
)