From 97db930d2016b9ee35d80b6cef8f22c34f77bd3e Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Wed, 13 Apr 2022 12:18:25 -0600
Subject: [PATCH] spotless edits

---
 gradle/spotbugs-filter.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gradle/spotbugs-filter.xml b/gradle/spotbugs-filter.xml
index 6eb2a4d2..e06b26cc 100644
--- a/gradle/spotbugs-filter.xml
+++ b/gradle/spotbugs-filter.xml
@@ -13,12 +13,11 @@
     <Bug code="NP" />
   </Match>
 
-  <!-- 
-    MultimapBuilders are causing null dereferences but it's not clear
-    where to place a checkNotNull in the inlined builder method chain.
-   -->
+  <!-- MultimapBuilders are causing null dereferences but it's not clear where
+    to place a checkNotNull in the inlined builder method chain. -->
   <Match>
-    <Class name="gov.usgs.earthquake.nshmp.calc.Transforms$ClusterGroundMotionsToCurves" />
+    <Class
+      name="gov.usgs.earthquake.nshmp.calc.Transforms$ClusterGroundMotionsToCurves" />
     <Method name="apply" />
     <Bug code="NP" />
   </Match>
@@ -28,11 +27,12 @@
     <Bug code="NP" />
   </Match>
   <Match>
-    <Class name="gov.usgs.earthquake.nshmp.calc.Disaggregation$ImtDisagg" />
+    <Class
+      name="gov.usgs.earthquake.nshmp.calc.Disaggregation$ImtDisagg" />
     <Method name="&lt;init&gt;" />
     <Bug code="NP" />
   </Match>
-  
+
   <!-- https://spotbugs.readthedocs.io/en/stable/filter.html#rank -->
   <!-- TODO can we change this to higher rank or remove all together? -->
   <Match>
-- 
GitLab