Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Zhang <[email protected]>
  • Loading branch information
zwpaper committed Dec 9, 2024
1 parent da07589 commit 46b30f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-schema/src/schema/thread/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use juniper::{GraphQLEnum, GraphQLInputObject, GraphQLObject, GraphQLUnion, ID};
use serde::Serialize;
use tabby_common::api::{
code::{CodeSearchDocument, CodeSearchHit, CodeSearchScores},
structured_doc::{DocSearchDocument, DocSearchHit},
structured_doc::DocSearchDocument,
};
use validator::Validate;

Expand Down

0 comments on commit 46b30f8

Please sign in to comment.