Skip to content

Commit f280259

Browse files
committed
refactor
1 parent 1e397ee commit f280259

File tree

1 file changed

+0
-2
lines changed
  • src/main/clojure/com/github/clojure_lsp/intellij

1 file changed

+0
-2
lines changed

src/main/clojure/com/github/clojure_lsp/intellij/db.clj

-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
(def ^:private empty-project
99
{:status :disconnected
1010
:downloaded-server-path nil
11-
:server-process nil
1211
:project nil
13-
:diagnostics {}
1412
:on-status-changed-fns []})
1513

1614
(defonce db* (atom {:projects {}}))

0 commit comments

Comments
 (0)