Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Sep 23, 2024
1 parent b2926e3 commit d20fa28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/kani-cov/src/report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ fn check_format(format: &ReportFormat) -> ReportFormat {
/// }
///
/// It will be highlighted as follows:
///
///
/// ```fn _other_function() {'''
/// ``` println!("Hello, world!");'''
/// ```}'''
///
///
/// Note how there is always a corresponding escape for each line.
/// This is more sophisticated than the naive solution, which would simply emit two escapes
/// per region (one opening, one closing) as follows:
///
/// per region (one opening, one closing) as follows:
///
/// ```fn _other_function() {
/// println!("Hello, world!");
/// }'''
Expand Down

0 comments on commit d20fa28

Please sign in to comment.