Skip to content

Commit 211dbdf

Browse files
clarkhenryhrkrshnn
authored andcommitted
use cl-lib function
1 parent 20fb77e commit 211dbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solidity-flycheck.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ no .soliumrc.json is found, `project-roots' is used."
212212
(defun solidity-flycheck--solc-remappings ()
213213
(let* ((allow-paths (solidity-flycheck--solc-allow-paths)))
214214
(->> allow-paths
215-
(remove-if-not #'file-exists-p)
215+
(cl-remove-if-not #'file-exists-p)
216216
(mapcar #'solidity-flycheck--only-subdirectories)
217217
-flatten
218218
(mapcar

0 commit comments

Comments
 (0)