Skip to content

Commit f4a8730

Browse files
committed
🤖 Format .jl files
1 parent 8a9dca0 commit f4a8730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sifdecoder.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function _name_outsdif(name::String, precision::Symbol)
7171
return name
7272
end
7373

74-
function _name_libsif(name::String, precision::Symbol; standalone::Bool=false)
74+
function _name_libsif(name::String, precision::Symbol; standalone::Bool = false)
7575
sifname, extension = basename(name) |> splitext
7676
if standalone
7777
return "lib$(sifname)_$(precision)_standalone.$dlext"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ for pb in problems
3535
end
3636

3737
for pb in problems
38-
println("--- build_libsif -- $pb --- standalone")
38+
println("--- build_libsif -- $pb --- standalone")
3939
for precision in (:single, :double, :quadruple)
4040
(precision == :quadruple) && (Sys.ARCH == :aarch64) && Sys.islinux() && continue
4141
print("$precision ")

0 commit comments

Comments
 (0)