Skip to content

Commit 4464fde

Browse files
committed
Improve style
1 parent 61e2420 commit 4464fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kroneckerarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ function Base.isapprox(
386386
a1, a2 = arg1(a), arg2(a)
387387
b1, b2 = arg1(b), arg2(b)
388388
d = if a1 == b1
389-
norm(b1) * norm(a2 - b2)
389+
norm(a1) * norm(a2 - b2)
390390
elseif a2 == b2
391391
norm(a1 - b1) * norm(b2)
392392
else

0 commit comments

Comments
 (0)