Skip to content

Commit

Permalink
Reformat to use backticks for code blocks
Browse files Browse the repository at this point in the history
Co-authored-by: John Ericson <git@JohnEricson.me>
  • Loading branch information
9999years and Ericson2314 authored Feb 8, 2024
1 parent eb4b19b commit a2cf6e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/libutil/fmt.hh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ namespace {
*
* These are equivalent:
*
* formatHelper(formatter, a_0, ..., a_n)
* formatter % a_0 % ... % a_n
* ```
* formatHelper(formatter, a_0, ..., a_n)
* formatter % a_0 % ... % a_n
* ```
*
* With a single argument, `formatHelper(s)` is a no-op.
*/
Expand Down

0 comments on commit a2cf6e9

Please sign in to comment.