From: Joshua Simmons Date: Sat, 29 Oct 2022 14:09:54 +0000 (+0200) Subject: Fix comment running past the line width limit X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=cc6df02c75cc0158fe01590437ed891d3154f742;p=josh%2Fnarcissus Fix comment running past the line width limit --- diff --git a/narcissus-maths/tests/exhaustive_f32.rs b/narcissus-maths/tests/exhaustive_f32.rs index 3d392f4..d02f3b0 100644 --- a/narcissus-maths/tests/exhaustive_f32.rs +++ b/narcissus-maths/tests/exhaustive_f32.rs @@ -353,8 +353,8 @@ fn check_exhaustive_f32( }) .collect::>(); - // The larger numbers towards the end of the test range are more costly to evaluate. So improve scheduling by - // running those long jobs first. + // The larger numbers towards the end of the test range are more costly to evaluate. So improve + // scheduling by running those long jobs first. work.reverse(); let mut errors = FloatErrors::default();