This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git


The following commit(s) were added to refs/heads/master by this push:
     new 3528a23  Fix CheckStyle issue.
3528a23 is described below

commit 3528a2392863f18dcf6a3d284733dd5330987412
Author: Gilles Sadowski <[email protected]>
AuthorDate: Fri Jun 4 01:47:37 2021 +0200

    Fix CheckStyle issue.
---
 .../src/main/java/org/apache/commons/numbers/angle/Angle.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-numbers-angle/src/main/java/org/apache/commons/numbers/angle/Angle.java
 
b/commons-numbers-angle/src/main/java/org/apache/commons/numbers/angle/Angle.java
index 6cd648b..5aebe72 100644
--- 
a/commons-numbers-angle/src/main/java/org/apache/commons/numbers/angle/Angle.java
+++ 
b/commons-numbers-angle/src/main/java/org/apache/commons/numbers/angle/Angle.java
@@ -216,7 +216,7 @@ public abstract class Angle implements DoubleSupplier {
         /** {@inheritDoc} */
         @Override
         public Deg toDeg() {
-            return Deg.of (value / Angle.TWO_PI * TURN_TO_DEG);
+            return Deg.of(value / Angle.TWO_PI * TURN_TO_DEG);
         }
 
         /**

Reply via email to