Skip to content

Commit c095924

Browse files
committed
fix formatting and comments
1 parent 7cb1f79 commit c095924

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ use clap::{Parser, builder::Styles};
2828
use command::{
2929
AuthCommands, Commands, ConnectionsCommands, ConnectionsCreateCommands, ContextCommands,
3030
DatabaseTablesCommands, DatabasesCommands, DatasetsCommands, EmbeddingProvidersCommands,
31-
IndexesCommands, JobsCommands, QueriesCommands, QueryCommands, ResultsCommands,
32-
SkillCommands, TablesCommands, WorkspaceCommands,
31+
IndexesCommands, JobsCommands, QueriesCommands, QueryCommands, ResultsCommands, SkillCommands,
32+
TablesCommands, WorkspaceCommands,
3333
};
3434

3535
#[derive(Parser)]

src/sdk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ impl Api {
494494
/// wall-clock cap would abort a healthy-but-slow transfer. We clone the
495495
/// configured `Configuration` (same base_path, token_provider, scope
496496
/// api_keys, user-agent) and swap only the reqwest client, so the upload
497-
/// carries the identical auth + `X-Workspace-Id`/`X-Session-Id` headers.
497+
/// carries the identical auth + headers.
498498
///
499499
/// `reader` is the progress-wrapped blocking source (file or URL response);
500500
/// it is bridged into the async byte stream the SDK consumes by

0 commit comments

Comments
 (0)