Skip to content

Commit 0df1a42

Browse files
samumbachbbatsov
authored andcommitted
Fix mismatched closing bracket
1 parent da3a7ad commit 0df1a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ pairwise constructs as found in e.g. `let` and `cond`.
475475

476476
;; good
477477
(ns examples.ns
478-
(:require [clojure.zip :refer [lefts rights]))
478+
(:require [clojure.zip :refer [lefts rights]]))
479479

480480
;; acceptable as warranted
481481
(ns examples.ns

0 commit comments

Comments
 (0)