Skip to content

Commit b74e4e6

Browse files
committed
Run cargo fmt across workspace
1 parent 257a4bf commit b74e4e6

31 files changed

Lines changed: 4494 additions & 4284 deletions

rust/spirv-tools-core/src/assembly/assembler/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ pub use types::{
1818
ArrayTypeInfo, CompositeTypeInfo, MatrixTypeInfo, MemberLayout, StructTypeInfo, VectorTypeInfo,
1919
};
2020

21-
use translator::{
22-
assemble_text_with_translator, assemble_text_with_translator_for_spans,
23-
};
21+
use translator::{assemble_text_with_translator, assemble_text_with_translator_for_spans};
2422

2523
/// Error emitted when the assembler produces diagnostics instead of a finished module.
2624
#[derive(Debug, Error)]

0 commit comments

Comments
 (0)