Skip to content

Commit

Permalink
kondo time
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed May 23, 2024
1 parent ee894b3 commit 4794c73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions test/macaw/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
(:require
[clojure.test :refer [deftest is testing]]
[macaw.core :as m]
[macaw.walk :as mw]
[macaw.test-utils :refer [ws=]])
#_{:clj-kondo/ignore [:refer]}
[macaw.test-utils :refer [ws=]]
[macaw.walk :as mw])
(:import
(net.sf.jsqlparser.schema Table)))

Expand Down
7 changes: 4 additions & 3 deletions test/macaw/test_utils.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(ns macaw.test-utils
(:require [clojure.string :as str]
[clojure.test :refer :all]
[clojure.walk :as walk]))
(:require
[clojure.string :as str]
[clojure.test :refer :all]
[clojure.walk :as walk]))

(defn- indentation [s]
(count (re-find #"^\s*" s)))
Expand Down

0 comments on commit 4794c73

Please sign in to comment.