Skip to content

Commit 26a2b33

Browse files
committed
Fix formatting
1 parent 5e08fc9 commit 26a2b33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

melior/src/ir/operation.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ pub use self::{
1212
result::OperationResult,
1313
};
1414
use crate::{
15-
Error,
1615
context::Context,
1716
utility::{print_callback, print_string_callback},
17+
Error,
1818
};
1919
use core::{
2020
fmt,
2121
mem::{forget, transmute},
2222
};
2323
use mlir_sys::{
24-
MlirOperation, mlirOperationClone, mlirOperationDestroy, mlirOperationEqual, mlirOperationPrint,
24+
mlirOperationClone, mlirOperationDestroy, mlirOperationEqual, mlirOperationPrint, MlirOperation,
2525
};
2626
use std::{
2727
ffi::c_void,
@@ -303,8 +303,8 @@ mod tests {
303303
use crate::{
304304
context::Context,
305305
ir::{
306-
Block, BlockLike, Identifier, Location, Region, RegionLike, Type, Value,
307-
attribute::StringAttribute,
306+
attribute::StringAttribute, Block, BlockLike, Identifier, Location, Region, RegionLike,
307+
Type, Value,
308308
},
309309
test::create_test_context,
310310
};

0 commit comments

Comments
 (0)