Skip to content

Commit

Permalink
lint: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hadronzoo authored and msk committed Nov 1, 2024
1 parent d3c9ac0 commit d2a9d58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/linalg/lapack.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#![allow(clippy::cast_sign_loss, clippy::cast_possible_truncation, clippy::cast_possible_wrap)]
#![allow(
clippy::cast_sign_loss,
clippy::cast_possible_truncation,
clippy::cast_possible_wrap
)]

use lair::Scalar;
use num_complex::{Complex32, Complex64};
Expand Down

0 comments on commit d2a9d58

Please sign in to comment.