Skip to content

Commit bf73e51

Browse files
Manishearthjedel1043
authored andcommitted
fmt
1 parent 31e09f1 commit bf73e51

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

temporal_capi/src/zoned_date_time.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,7 @@ pub mod ffi {
204204
self.0 == other.0
205205
}
206206

207-
208-
pub fn offset(&self,
209-
write: &mut DiplomatWrite,
210-
) -> Result<(), TemporalError> {
207+
pub fn offset(&self, write: &mut DiplomatWrite) -> Result<(), TemporalError> {
211208
let string = self.0.offset()?;
212209
// throw away the error, this should always succeed
213210
let _ = write.write_str(&string);

0 commit comments

Comments
 (0)