Skip to content

Commit 72770e0

Browse files
committed
fmt
1 parent 94476c0 commit 72770e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal_capi/src/duration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use crate::error::ffi::TemporalError;
66
pub mod ffi {
77
use crate::error::ffi::TemporalError;
88
use diplomat_runtime::DiplomatOption;
9-
use num_traits::FromPrimitive;
109
use diplomat_runtime::{DiplomatStr, DiplomatStr16};
10+
use num_traits::FromPrimitive;
1111
use std::str::{self, FromStr};
1212

1313
#[diplomat::opaque]

0 commit comments

Comments
 (0)