We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521ec23 commit 4635f0aCopy full SHA for 4635f0a
cljfmt/src/cljfmt/io.clj
@@ -34,4 +34,4 @@
34
(cond
35
(instance? File path) path
36
(= "-" path) (->StdIO *in* *out*)
37
- :else (File. path)))
+ :else (File. ^String path)))
0 commit comments