Skip to content

Commit

Permalink
clean ns
Browse files Browse the repository at this point in the history
  • Loading branch information
noahmoss committed Aug 15, 2023
1 parent 024507f commit cf58cf2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/saml20_clj/xml.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
(ns saml20-clj.xml
(:require [saml20-clj.encode-decode :as encode-decode])
(:require
[saml20-clj.encode-decode :as encode-decode])
(:import
[javax.xml XMLConstants]
[javax.xml.parsers DocumentBuilder DocumentBuilderFactory]
org.w3c.dom.Document))
(javax.xml XMLConstants)
(javax.xml.parsers DocumentBuilder DocumentBuilderFactory)
(org.w3c.dom Document)))

(defn document-builder
^DocumentBuilder []
Expand Down

0 comments on commit cf58cf2

Please sign in to comment.