Skip to content

Commit 4635f0a

Browse files
committed
Fix missing type hint
1 parent 521ec23 commit 4635f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cljfmt/src/cljfmt/io.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
(cond
3535
(instance? File path) path
3636
(= "-" path) (->StdIO *in* *out*)
37-
:else (File. path)))
37+
:else (File. ^String path)))

0 commit comments

Comments
 (0)