Skip to content

Commit

Permalink
Merge branch 'main' into move-measure-units2
Browse files Browse the repository at this point in the history
  • Loading branch information
younies authored Aug 8, 2024
2 parents 664dfd4 + 4f7bc8c commit 13948b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/env_preferences/src/apple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub fn get_system_timezone() -> Result<String, RetrievalError> {
let cf_string = unsafe { timezone::CFTimeZoneGetName(timezone) };

if !cf_string.is_null() {
return Ok(get_string(cf_string)?);
return get_string(cf_string);
}
}
Err(RetrievalError::NullTimeZone)
Expand Down

0 comments on commit 13948b5

Please sign in to comment.