fix: run cargo fmt
This commit is contained in:
parent
db7d8680ce
commit
8ed62541af
5 changed files with 11 additions and 25 deletions
|
|
@ -108,15 +108,11 @@ impl Example {
|
|||
|
||||
let memory_used = text!("Memory (used): {memory_text}");
|
||||
|
||||
let graphics_adapter = text!(
|
||||
"Graphics adapter: {}",
|
||||
information.graphics_adapter
|
||||
);
|
||||
let graphics_adapter =
|
||||
text!("Graphics adapter: {}", information.graphics_adapter);
|
||||
|
||||
let graphics_backend = text!(
|
||||
"Graphics backend: {}",
|
||||
information.graphics_backend
|
||||
);
|
||||
let graphics_backend =
|
||||
text!("Graphics backend: {}", information.graphics_backend);
|
||||
|
||||
column![
|
||||
system_name.size(30),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue