Skip to content

Commit b17c03c

Browse files
style(info): strip trailing whitespace
1 parent c5e460f commit b17c03c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wgpu-info/src/human.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub enum PrintingVerbosity {
7777
// Lets keep these print statements on one line
7878
#[rustfmt::skip]
7979
fn print_adapter(output: &mut impl io::Write, report: &AdapterReport, idx: usize, verbosity: PrintingVerbosity) -> io::Result<()> {
80-
let AdapterReport {
80+
let AdapterReport {
8181
info,
8282
features,
8383
limits,

0 commit comments

Comments
 (0)