Skip to content

Commit 17d6a1c

Browse files
Format .jl files (#357)
Co-authored-by: yeesian <[email protected]>
1 parent 8778ccc commit 17d6a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_dataset.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131
@testset "Method 1" begin
3232
io = IOBuffer()
3333
function showprogress(progress, message = "")
34-
print(io, round(Int, progress*100))
34+
print(io, round(Int, progress * 100))
3535
return true
3636
end
3737

0 commit comments

Comments
 (0)