From 90bbb4d2e5b1380eac02acf3776472f7604df8bc Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Thu, 15 Feb 2024 13:39:46 +0900 Subject: [PATCH] Remove extra parens around static field references --- test/cljam/io/bam_test.clj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/cljam/io/bam_test.clj b/test/cljam/io/bam_test.clj index 4743c772..c2315fe5 100644 --- a/test/cljam/io/bam_test.clj +++ b/test/cljam/io/bam_test.clj @@ -43,11 +43,11 @@ \f -17.75 \f 0.0 \f 5.75 - \f (Float/MAX_VALUE) - \f (Float/MIN_NORMAL) - \f (Float/MIN_VALUE) - \f (Float/NEGATIVE_INFINITY) - \f (Float/POSITIVE_INFINITY))) + \f Float/MAX_VALUE + \f Float/MIN_NORMAL + \f Float/MIN_VALUE + \f Float/NEGATIVE_INFINITY + \f Float/POSITIVE_INFINITY)) (testing "NULL-terminated text" (are [?type ?value]