Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware committed Jun 19, 2023
1 parent 902a571 commit c7b3c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/krb5/src/kadm5.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::{
ffi::{c_int, CStr, CString, c_char},
ffi::{c_char, c_int, CStr, CString},
fmt::Display,
slice,
};
Expand Down
2 changes: 1 addition & 1 deletion rust/krb5/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! The primary entry point is [`KrbContext`].

use std::{
ffi::{c_int, CStr, c_char},
ffi::{c_char, c_int, CStr},
fmt::{Debug, Display},
ops::Deref,
};
Expand Down

0 comments on commit c7b3c56

Please sign in to comment.