mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
added spaces around - sign
This commit is contained in:
parent
854cb5839f
commit
1a1d8daede
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ impl Profiler {
|
|||
(data.iter().sum::<f64>() / (data_len as f64),
|
||||
data[data_len / 2],
|
||||
data[0],
|
||||
data[data_len-1]);
|
||||
data[data_len - 1]);
|
||||
(mean, median, min, max)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue