Skip to content

Commit

Permalink
Merge pull request #3644 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 Sep 14, 2024
2 parents 6598dad + a9efef4 commit 2b667e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Sets/Hyperplane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ for N in [Float64, Rational{Int}, Float32]
# regular linear map
M = N[2 0; 0 4]
P = linear_map(M, H)
@test P == Hyperplane(N[1//2, -1//4], N(0))
@test P == Hyperplane(N[1 // 2, -1 // 4], N(0))
# result is a singleton (but represented as a polyhedron)
M = zeros(N, 2, 2)
P = linear_map(M, H)
Expand Down

0 comments on commit 2b667e1

Please sign in to comment.