diff --git a/benchmark/remotefiles.jl b/benchmark/remotefiles.jl index 1d38453b..a5af3477 100644 --- a/benchmark/remotefiles.jl +++ b/benchmark/remotefiles.jl @@ -16,10 +16,12 @@ julia> open(filepath/filename) do f end ``` """ -remotefiles = [( - "data/road.zip", - "058bdc549d0fc5bfb6deaef138e48758ca79ae20df79c2fb4c40cb878f48bfd8", -),] +remotefiles = [ + ( + "data/road.zip", + "058bdc549d0fc5bfb6deaef138e48758ca79ae20df79c2fb4c40cb878f48bfd8", + ), +] function verify(path::AbstractString, hash::AbstractString) @assert occursin(r"^[0-9a-f]{64}$", hash) diff --git a/test/test_tables.jl b/test/test_tables.jl index c2f3ff10..b6ac469a 100644 --- a/test/test_tables.jl +++ b/test/test_tables.jl @@ -101,7 +101,6 @@ using Tables function clean_test_dataset_files() for (drvshortname, file_extension) in TEST_DS_DRIVERS_FILE_EXTENSIONS - isfile( joinpath( @__DIR__, @@ -419,7 +418,7 @@ using Tables tupleoftuples_equal = ( (x, y) -> length(x) == length(y) && - all([all(x[i] .=== y[i]) for i in 1:length(x)]) + all([all(x[i] .=== y[i]) for i in 1:length(x)]) ) """