File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ pub fn handle_status_page(data: &InputData) -> status::Response {
268
268
last_commit : last_commit. commit . clone ( ) ,
269
269
benchmarks : benchmark_state,
270
270
missing,
271
- current : current ,
271
+ current,
272
272
}
273
273
}
274
274
@@ -365,7 +365,7 @@ pub async fn handle_graph(body: graph::Request, data: &InputData) -> ServerResul
365
365
entry. push ( graph:: GraphData {
366
366
commit : cc. lookup ( commit) ,
367
367
absolute : value,
368
- percent : percent ,
368
+ percent,
369
369
y : if body. absolute { value } else { percent } ,
370
370
x : date_data. date . 0 . timestamp ( ) as u64 * 1000 , // all dates are since 1970
371
371
is_interpolated : data
@@ -448,7 +448,7 @@ pub async fn handle_graph(body: graph::Request, data: &InputData) -> ServerResul
448
448
entry. push ( graph:: GraphData {
449
449
commit : cc. lookup ( commit) ,
450
450
absolute : value,
451
- percent : percent ,
451
+ percent,
452
452
y : if body. absolute { value } else { percent } ,
453
453
x : date_data. date . 0 . timestamp ( ) as u64 * 1000 , // all dates are since 1970
454
454
is_interpolated : data
You can’t perform that action at this time.
0 commit comments