From 70d8235f2a23b7f141db2cc55fd6b0db3d7445b6 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Mon, 5 Dec 2022 17:49:07 -0700
Subject: [PATCH] spotless apply

---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index f4d04b47..3ba4f3ca 100644
--- a/build.gradle
+++ b/build.gradle
@@ -91,8 +91,8 @@ task testConus2018(type: Test) {
   group = "verification"
 
   testLogging {
-		exceptionFormat "full"
-	}
+    exceptionFormat "full"
+  }
 
   useJUnitPlatform()
   jvmArgs(
@@ -110,8 +110,8 @@ task testHawaii2021(type: Test) {
   group = "verification"
 
   testLogging {
-		exceptionFormat "full"
-	}
+    exceptionFormat "full"
+  }
 
   useJUnitPlatform()
   jvmArgs(
-- 
GitLab