From 1a1d8daede5eb0f6c59e61eb1f83416bbc723ecc Mon Sep 17 00:00:00 2001 From: Malisa Smith Date: Thu, 7 Jul 2016 13:29:58 -0700 Subject: [PATCH] added spaces around - sign --- components/profile/time.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/profile/time.rs b/components/profile/time.rs index 39589536eac..e6cb6d45f59 100644 --- a/components/profile/time.rs +++ b/components/profile/time.rs @@ -340,7 +340,7 @@ impl Profiler { (data.iter().sum::() / (data_len as f64), data[data_len / 2], data[0], - data[data_len-1]); + data[data_len - 1]); (mean, median, min, max) }