File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ pub async fn handle_triage(
93
93
let ( primary, secondary) = summary_comparison
94
94
. clone ( )
95
95
. summarize_by_category ( & benchmark_map) ;
96
- let mut result = String :: from ( "**Summary**:\n " ) ;
96
+ let mut result = String :: from ( "**Summary**:\n \n " ) ;
97
97
write_summary_table ( & primary, & secondary, false , & mut result) ;
98
98
result
99
99
}
@@ -401,7 +401,7 @@ async fn write_triage_summary(
401
401
let start = & comparison. a . artifact ;
402
402
let end = & comparison. b . artifact ;
403
403
let link = & compare_link ( start, end) ;
404
- write ! ( & mut result, " [(Comparison Link)]({})\n " , link) . unwrap ( ) ;
404
+ write ! ( & mut result, " [(Comparison Link)]({})\n \n " , link) . unwrap ( ) ;
405
405
406
406
write_summary_table ( & primary, & secondary, false , & mut result) ;
407
407
You can’t perform that action at this time.
0 commit comments