Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 26, 2024
1 parent b7880c8 commit 04c65ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sifdecoder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function sifdecoder(
output_str = read(outlog, String)
println(output_str)
end
isfile("OUTSDIF.d") && mv("OUTSDIF.d", outsdif, force=true)
isfile("OUTSDIF.d") && mv("OUTSDIF.d", outsdif, force = true)
end
rm(outlog)
rm(errlog)
Expand Down

0 comments on commit 04c65ef

Please sign in to comment.