Skip to content

Commit b147d2a

Browse files
authored
Remove whitespace change
1 parent 6f0e6b1 commit b147d2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/comparison.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,6 @@ impl HistoricalData {
12531253
} else {
12541254
(len / 2 - 1, len / 2 + 1)
12551255
};
1256-
12571256
let q1 = median(&pcs[..=h1_end]);
12581257
let q3 = median(&pcs[h2_begin..]);
12591258

0 commit comments

Comments
 (0)