Skip to content

Commit cc52178

Browse files
CMR-11421: reformat
1 parent d7eca31 commit cc52178

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ingest-app/test/cmr/ingest/api/collections_test.clj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
(ns cmr.ingest.api.collections-test
2-
"Unit tests for cmr.ingest.api.collections, starting with
2+
"Unit tests for cmr.ingest.api.collections, starting with
33
get-validation-options. More tests for other functions in this
44
namespace can be added here over time."
55
(:require [clojure.test :refer [deftest testing is]]
66
[cmr.ingest.api.collections :as v :refer [get-validation-options
7-
VALIDATE_KEYWORDS_HEADER
8-
ENABLE_UMM_C_VALIDATION_HEADER
9-
TESTING_EXISTING_ERRORS_HEADER
10-
SEND_KMS_METADATA_FIXER_HEADER]]))
7+
VALIDATE_KEYWORDS_HEADER
8+
ENABLE_UMM_C_VALIDATION_HEADER
9+
TESTING_EXISTING_ERRORS_HEADER
10+
SEND_KMS_METADATA_FIXER_HEADER]]))
1111

1212
;; ---------------------------------------------------------------------
1313
;; :validate-keywords? — default-true-enabled? = true
@@ -140,4 +140,4 @@
140140
{VALIDATE_KEYWORDS_HEADER "false"
141141
ENABLE_UMM_C_VALIDATION_HEADER "true"
142142
TESTING_EXISTING_ERRORS_HEADER "true"
143-
SEND_KMS_METADATA_FIXER_HEADER "false"}))))))
143+
SEND_KMS_METADATA_FIXER_HEADER "false"}))))))

0 commit comments

Comments
 (0)