Skip to content

Commit

Permalink
Fix based on review: space and new line
Browse files Browse the repository at this point in the history
  • Loading branch information
amosshi committed Aug 17, 2024
1 parent a7ff773 commit 2b9e3b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ relativeError));
Assert.assertEquals(rc, fa.apply(a, mask), Math.abs(rc * relativeError), "Final result is incorrect!");
Assert.assertEquals(r[i], f.apply(a, i, mask), Math.abs(r[i] * relativeError), "at index #" + i);
}
}
}
#end[FP]

#if[!Long]
Expand Down

0 comments on commit 2b9e3b3

Please # to comment.