Skip to content

Commit

Permalink
cosmetics: remove tab, fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed May 30, 2014
1 parent 4dd3514 commit 4035b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ function test_approx_eq(va, vb, Eps, astr, bstr)
if !isnan(Eps) && !(diff <= Eps)
sdiff = string("|", astr, " - ", bstr, "| <= ", Eps)
error("assertion failed: ", sdiff,
"\n ", astr, " = ", va,
"\n ", bstr, " = ", vb,
"\n difference = ", diff, " > ", Eps)
"\n ", astr, " = ", va,
"\n ", bstr, " = ", vb,
"\n difference = ", diff, " > ", Eps)
end
end

Expand Down

0 comments on commit 4035b6e

Please sign in to comment.