Skip to content

Commit

Permalink
style: formats project
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleriva committed Nov 26, 2024
1 parent 426c498 commit 9951159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pq.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use crate::utils::{determine_code_type, euclidean_distance, kmeans2};
use anyhow::Result;
use log::{debug, error, info, trace, warn};
use ndarray::parallel::prelude::*;
use ndarray::{s, Array2, Array3, Axis};
use rayon::prelude::*;
use log::{debug, error, info, trace, warn};

#[derive(Debug, Clone, Copy)]
pub enum CodeType {
Expand Down

0 comments on commit 9951159

Please sign in to comment.