Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Jul 26, 2024
1 parent d8e5ca3 commit 0160d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/assembly_benchmark.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use bempp::assembly::{batched, batched::BatchedAssembler};
use bempp::function::SerialFunctionSpace;
use ndgrid::shapes::regular_sphere;
use bempp::traits::function::FunctionSpace;
use criterion::{criterion_group, criterion_main, Criterion};
use ndelement::ciarlet::LagrangeElementFamily;
use ndelement::types::{Continuity, ReferenceCellType};
use ndgrid::shapes::regular_sphere;
use rlst::rlst_dynamic_array2;

extern crate blas_src;
Expand Down

0 comments on commit 0160d02

Please sign in to comment.