From e998d7bae0e71261d7643e8028ef7b62f363f392 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 1 Mar 2023 15:59:47 -0500 Subject: [PATCH] Incorrect formatting (#3548) --- wgpu-info/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu-info/src/main.rs b/wgpu-info/src/main.rs index e47fc6279a..4f4c0347f7 100644 --- a/wgpu-info/src/main.rs +++ b/wgpu-info/src/main.rs @@ -298,7 +298,7 @@ mod inner { }); println!(" │"); } - print!("\t\t "); + print!("\t\t {texture_format_whitespace}"); wgpu::TextureFormatFeatureFlags::println_table_footer(); }