Skip to content

Commit ab179c6

Browse files
style(entrypoint): update 'requires' ordering to be ascending on module name length
1 parent acc16fa commit ab179c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/entrypoint.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns entrypoint
22
(:gen-class)
3-
(:require [clojure.java.io :as io]
4-
[clojure.string :as string]))
3+
(:require [clojure.string :as string]
4+
[clojure.java.io :as io]))
55

66
(def version "0.0.0")
77

0 commit comments

Comments
 (0)