Skip to content

Commit

Permalink
[misc] run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
spire-ffoston committed Nov 12, 2020
1 parent 204cd43 commit d5e3cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sgp4_sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
//! rely heavily on `unsafe` code, and it is recommended to instead use the other, high level
//! bindings provided by the `sgp4` crate.

use std::os::raw::{c_char, c_double, c_int, c_long};
use std::ffi::{CString, NulError};
use std::os::raw::{c_char, c_double, c_int, c_long};

use chrono::prelude::*;
use chrono::DateTime;
Expand Down

0 comments on commit d5e3cb5

Please sign in to comment.