Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Apr 2, 2024
1 parent 4521d52 commit 8d5561c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions router/client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ pub use pb::generate::v1::InfoResponse as ShardInfo;
pub use pb::generate::v1::{
AdapterParameters, AlternativeTokens, Batch, CachedBatch, DownloadAdapterResponse,
FinishReason, GeneratedText, Generation, MajoritySignMethod, MergeStrategy,
NextTokenChooserParameters, PrefillTokens, Request, StoppingCriteriaParameters,
NextTokens
NextTokenChooserParameters, NextTokens, PrefillTokens, Request, StoppingCriteriaParameters,
};
pub use sharded_client::ShardedClient;
use thiserror::Error;
Expand Down

0 comments on commit 8d5561c

Please sign in to comment.