Skip to content

Commit

Permalink
type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Nov 16, 2023
1 parent 91176fb commit bb5ccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stencil/model/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
nil)))


(defn unix-path [^File f]
(defn unix-path ^String [^File f]
(some-> f .toPath FileHelper/toUnixSeparatedString))

0 comments on commit bb5ccb2

Please sign in to comment.