From 0b06e785817d81354379a755076acf11ef9e040c Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Fri, 22 Dec 2023 10:09:30 -0500 Subject: [PATCH] fixup! chore: run `rustfmt` in `naga{,/xtask}` --- naga/xtask/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/naga/xtask/src/main.rs b/naga/xtask/src/main.rs index 839a610886c..d79ef6dd544 100644 --- a/naga/xtask/src/main.rs +++ b/naga/xtask/src/main.rs @@ -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() )