Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Sep 16, 2024
1 parent ce17981 commit a871c61
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions swiftide-core/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ use std::{
use itertools::Itertools;
use serde::{Deserialize, Serialize};

use crate::{
metadata::Metadata,
util::debug_long_utf8,
Embedding, SparseEmbedding,
};
use crate::{metadata::Metadata, util::debug_long_utf8, Embedding, SparseEmbedding};

/// Represents a unit of data in the indexing process.
///
Expand Down

0 comments on commit a871c61

Please sign in to comment.