Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing trailing space in Ruby file
  • Loading branch information
Greg Wilson committed Sep 12, 2016
1 parent a366bcc commit 68c1493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/markdown_ast.rb
Expand Up @@ -3,7 +3,7 @@
# Use Kramdown parser to produce AST for Markdown document.

require "kramdown"
require "json"
require "json"

markdown = STDIN.read()
doc = Kramdown::Document.new(markdown)
Expand Down

0 comments on commit 68c1493

Please sign in to comment.