Skip to content

Commit 6969908

Browse files
jchrostek-ddclaude
andcommitted
style: fix import ordering for cargo fmt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 39bbc48 commit 6969908

File tree

1 file changed

+1
-1
lines changed
  • bottlecap/src/secrets/delegated_auth

1 file changed

+1
-1
lines changed

bottlecap/src/secrets/delegated_auth/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ use serde::Deserialize;
88
use std::sync::Arc;
99
use tracing::{debug, error, info};
1010

11+
use super::auth_proof::generate_auth_proof;
1112
use crate::config::Config;
1213
use crate::config::aws::{AwsConfig, AwsCredentials};
13-
use super::auth_proof::generate_auth_proof;
1414

1515
const INTAKE_KEY_ENDPOINT: &str = "/api/v2/intake-key";
1616

0 commit comments

Comments
 (0)