From 5aa0fd44535faa0ea1c0522b089e16d4b57e4e6f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 28 Jun 2020 12:34:49 -0400 Subject: Apply some rustfmt suggestions --- src/cos.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cos.rs') diff --git a/src/cos.rs b/src/cos.rs index e7f0a87..a3a4f6c 100644 --- a/src/cos.rs +++ b/src/cos.rs @@ -484,7 +484,7 @@ macro_rules! impl_distance { impl Distance for AngularDistance<$f> { type Value = $f; } - } + }; } impl_distance!(f32); -- cgit v1.2.3