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(
9393 let ( primary, secondary) = summary_comparison
9494 . clone ( )
9595 . summarize_by_category ( & benchmark_map) ;
96- let mut result = String :: from ( "**Summary**:\n " ) ;
96+ let mut result = String :: from ( "**Summary**:\n \n " ) ;
9797 write_summary_table ( & primary, & secondary, false , & mut result) ;
9898 result
9999 }
@@ -401,7 +401,7 @@ async fn write_triage_summary(
401401 let start = & comparison. a . artifact ;
402402 let end = & comparison. b . artifact ;
403403 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 ( ) ;
405405
406406 write_summary_table ( & primary, & secondary, false , & mut result) ;
407407
You can’t perform that action at this time.
0 commit comments