Skip to content

Commit d788b89

Browse files
committed
rustfmt
1 parent 81b233a commit d788b89

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/proj.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,10 @@ impl Proj {
607607
/// # Safety
608608
/// This method contains unsafe code.
609609
pub fn def(&self) -> Result<String, ProjError> {
610-
Ok(self.pj_info().definition.expect("proj_pj_info did not provide a definition"))
610+
Ok(self
611+
.pj_info()
612+
.definition
613+
.expect("proj_pj_info did not provide a definition"))
611614
}
612615

613616
/// Project geodetic coordinates (in radians) into the projection specified by `definition`

0 commit comments

Comments
 (0)