Skip to content

Commit

Permalink
fix comment bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joodie committed Oct 24, 2011
1 parent a06fdd1 commit 7339558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clojure_refactoring/support/find_bindings_above_node.clj
Expand Up @@ -23,9 +23,9 @@
;; HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
;; STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
;; OF THE POSSIBILITY OF SUCH DAMAGE.(
;; OF THE POSSIBILITY OF SUCH DAMAGE.

ns clojure-refactoring.support.find-bindings-above-node
(ns clojure-refactoring.support.find-bindings-above-node
(:use [clojure-refactoring.support core]
clojure-refactoring.ast.zip)
(:require [clojure.zip :as zip])
Expand Down

0 comments on commit 7339558

Please sign in to comment.