Skip to content

Commit ce5916d

Browse files
committed
cargo fmt
1 parent f8a64c4 commit ce5916d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s3/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#![deny(warnings)]
22

33
extern crate base64;
4+
extern crate chrono;
45
extern crate curl;
56
extern crate openssl;
6-
extern crate chrono;
77

88
use std::io::prelude::*;
99

0 commit comments

Comments
 (0)