Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dialects: (llvm) avoid double whitespace after
exact
(#3415)
The pretty printer of the `exact` keyword accidentally printed two whitespaces in a row, which led to non-canical code being emitted. This change ensures we only print a single whitespace after the `exact` keyword.
- Loading branch information