diff --git a/src/html_to_md/transformer.clj b/src/html_to_md/transformer.clj
index 5933b3c..445aba5 100644
--- a/src/html_to_md/transformer.clj
+++ b/src/html_to_md/transformer.clj
@@ -93,6 +93,4 @@
(if url (transform url dispatcher)
;; otherwise, if s is not a URL, consider it as an HTML fragment,
;; parse and process it
- (process (tagsoup/parser (java.io.StringReader s)) dispatcher)
- )))
-
+ (process (tagsoup/parser (java.io.StringReader. s)) dispatcher))))