Skip to content

Commit

Permalink
Fix rustfmt lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Nov 11, 2022
1 parent 863ceb9 commit a6cd25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-runtime/aws-smithy-types/src/base64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

//! A thin wrapper over `base64-simd`

use std::error::Error;
use base64_simd::Base64;
use std::error::Error;

/// Failure to decode a base64 value.
#[derive(Debug)]
Expand Down

0 comments on commit a6cd25a

Please sign in to comment.