Skip to content

Commit

Permalink
Merge pull request #3689 from JuliaReach/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
Automatic JuliaFormatter.jl run
  • Loading branch information
schillic authored Dec 21, 2024
2 parents a0dd151 + 9c32322 commit 48983e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sets/EmptySet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ for N in [Float64, Rational{Int}, Float32]

# singleton_list
res = singleton_list(E)
T = VERSION < v"1.7" ? Singleton : Singleton{N, Vector{N}}
T = VERSION < v"1.7" ? Singleton : Singleton{N,Vector{N}}
@test res isa Vector{T} && isempty(res)

# surface
Expand Down

0 comments on commit 48983e7

Please sign in to comment.