Skip to content

Commit d21fe19

Browse files
committed
pre-commit
1 parent 9eaced5 commit d21fe19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/docs/diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ methods for formatting arguments:
171171
- `llvm::StringRef` is disallowed due to lifetime issues.
172172
- `llvm::StringLiteral` is disallowed because format providers such as
173173
`BoolAsSelect` should work in cases where a `StringLiteral` could be
174-
used, and because string literal parameters tend to make
175-
the resulting diagnostics hard to translate.
174+
used, and because string literal parameters tend to make the
175+
resulting diagnostics hard to translate.
176176
- `llvm::format_provider<...>` specializations.
177177
- `BoolAsSelect` and `IntAsSelect` from
178178
[format_providers.h](/toolchain/diagnostics/format_providers.h) are

0 commit comments

Comments
 (0)