Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Aug 27, 2024
1 parent 6c1eb6c commit cf33f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_parallel_io.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//? mpirun -n {{NPROCESSES}} --features "mpi,serde"

#[cfg(feature = "mpi")]
use mpi::{environment::Universe, traits::Communicator, collective::CommunicatorCollectives};
use mpi::{collective::CommunicatorCollectives, environment::Universe, traits::Communicator};
#[cfg(feature = "mpi")]
use ndelement::{ciarlet::CiarletElement, types::ReferenceCellType};
#[cfg(feature = "mpi")]
Expand Down

0 comments on commit cf33f5b

Please sign in to comment.