Skip to content

Commit

Permalink
Incorrect formatting (#3548)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald authored Mar 1, 2023
1 parent 9d6a7a9 commit e998d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-info/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ mod inner {
});
println!(" │");
}
print!("\t\t ");
print!("\t\t {texture_format_whitespace}");
wgpu::TextureFormatFeatureFlags::println_table_footer();
}

Expand Down

0 comments on commit e998d7b

Please sign in to comment.