Skip to content

Commit

Permalink
lint fix: unsorted namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Nov 30, 2023
1 parent 938b8fe commit a0ad684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(ns build
(:require [build-shared]
[clojure.edn :as edn]
[clojure.tools.deps :as deps]
[clojure.tools.build.api :as b]))
[clojure.tools.build.api :as b]
[clojure.tools.deps :as deps]))

(def version (build-shared/lib-version))
(def lib (build-shared/lib-artifact-name))
Expand Down

0 comments on commit a0ad684

Please sign in to comment.