Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit d65c092

Browse files
committed
Add ns docstring
1 parent 1b5a00f commit d65c092

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lein-light-nrepl/src/lighttable/nrepl

lein-light-nrepl/src/lighttable/nrepl/fs.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(ns lighttable.nrepl.fs
2-
(:require
3-
[clojure.java.io :as io]))
2+
"Minimal implementation of fs 1.3.3"
3+
(:require [clojure.java.io :as io]))
44

55
(defn exists? [path]
66
(.exists (io/file path)))

0 commit comments

Comments
 (0)