Skip to content

Commit 46a1223

Browse files
committed
Update formatting
1 parent d966b56 commit 46a1223

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

cljfmt.edn

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{:extra-indents {}}
1+
{:sort-ns-references? true
2+
:remove-consecutive-blank-lines? false
3+
:extra-indents
4+
{}}

dev/user.clj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(ns user
2-
(:require [com.nytimes.querqy.commonrules :as c]
3-
[com.nytimes.querqy :as q]
4-
[clojure.math :as math]))
2+
(:require
3+
[com.nytimes.querqy :as q]
4+
[com.nytimes.querqy.commonrules :as c]))
55

66
(defn pin
77
"Pin the given IDs to the top of the result set in the order given. Should only

0 commit comments

Comments
 (0)