Skip to content

Commit

Permalink
chore: Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Jun 25, 2023
1 parent 4dd26b7 commit 20958a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/antq/util/maven.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
Authenticator
PasswordAuthentication)
(org.apache.maven.model
DistributionManagement
Model
Scm
DistributionManagement)
Scm)
org.apache.maven.model.io.xpp3.MavenXpp3Reader
(org.apache.maven.settings
Server
Expand Down
4 changes: 2 additions & 2 deletions test/antq/util/maven_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[clojure.tools.deps.util.maven :as deps.util.maven])
(:import
java.util.UUID
org.apache.maven.model.DistributionManagement
(org.apache.maven.settings
Server
Settings)
org.apache.maven.model.DistributionManagement))
Settings)))

(def ^:private dummy-settings
(doto (Settings.)
Expand Down

0 comments on commit 20958a5

Please sign in to comment.