Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d77f73e

Browse files
committed
Formatted correctly
1 parent 58fdc43 commit d77f73e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/librustc_target/asm/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,7 @@ impl InlineAsmRegClass {
385385
InlineAsmArch::RiscV32 | InlineAsmArch::RiscV64 => {
386386
Self::RiscV(RiscVInlineAsmRegClass::parse(arch, name)?)
387387
}
388-
InlineAsmArch::Nvptx64 => {
389-
Self::Nvptx(NvptxInlineAsmRegClass::parse(arch, name)?)
390-
}
388+
InlineAsmArch::Nvptx64 => Self::Nvptx(NvptxInlineAsmRegClass::parse(arch, name)?),
391389
})
392390
})
393391
}

0 commit comments

Comments
 (0)