Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jvia committed Jan 11, 2024
1 parent d966b56 commit 46a1223
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion cljfmt.edn
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{:extra-indents {}}
{:sort-ns-references? true
:remove-consecutive-blank-lines? false
:extra-indents
{}}
6 changes: 3 additions & 3 deletions dev/user.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns user
(:require [com.nytimes.querqy.commonrules :as c]
[com.nytimes.querqy :as q]
[clojure.math :as math]))
(:require
[com.nytimes.querqy :as q]
[com.nytimes.querqy.commonrules :as c]))

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

0 comments on commit 46a1223

Please sign in to comment.