Skip to content

Commit

Permalink
fix ns for meander.match.check.specs.epsilon
Browse files Browse the repository at this point in the history
Namespace should match the file path.
  • Loading branch information
n-hansen authored Aug 17, 2022
1 parent 2c592bf commit 59c000f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meander/match/check/specs/epsilon.cljc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns ^:no-doc meander.match.check.epsilon
(ns ^:no-doc meander.match.check.specs.epsilon
(:require [clojure.spec.alpha :as s]
[meander.syntax.specs.epsilon :as r.syntax]))

Expand Down

0 comments on commit 59c000f

Please sign in to comment.