Skip to content

Commit e6e0dcf

Browse files
fixup! chore: run rustfmt in naga{,/xtask}
1 parent 3d982ca commit e6e0dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naga/xtask/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ fn run(args: Args) -> anyhow::Result<()> {
275275
else {
276276
bail!(
277277
"expected target profile of the form \
278-
`{{model}}_{{major}}_{{minor}}`, found invalid target \
279-
profile {:?} in file {}",
278+
`{{model}}_{{major}}_{{minor}}`, found invalid target \
279+
profile {:?} in file {}",
280280
config_item.target_profile,
281281
file.display()
282282
)

0 commit comments

Comments
 (0)