Skip to content

Commit

Permalink
fixup! chore: run rustfmt in naga{,/xtask}
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Dec 22, 2023
1 parent 3d982ca commit e6e0dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions naga/xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ fn run(args: Args) -> anyhow::Result<()> {
else {
bail!(
"expected target profile of the form \
`{{model}}_{{major}}_{{minor}}`, found invalid target \
profile {:?} in file {}",
`{{model}}_{{major}}_{{minor}}`, found invalid target \
profile {:?} in file {}",
config_item.target_profile,
file.display()
)
Expand Down

0 comments on commit e6e0dcf

Please sign in to comment.