From d788b898ab0c4412b77c6044d7b4f670810b53d4 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Sun, 14 Feb 2021 12:36:47 -0500 Subject: [PATCH] rustfmt --- src/proj.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/proj.rs b/src/proj.rs index 364dcad7..14095111 100644 --- a/src/proj.rs +++ b/src/proj.rs @@ -607,7 +607,10 @@ impl Proj { /// # Safety /// This method contains unsafe code. pub fn def(&self) -> Result { - Ok(self.pj_info().definition.expect("proj_pj_info did not provide a definition")) + Ok(self + .pj_info() + .definition + .expect("proj_pj_info did not provide a definition")) } /// Project geodetic coordinates (in radians) into the projection specified by `definition`