Skip to content
Snippets Groups Projects
Commit 68c14937 authored by Greg Wilson's avatar Greg Wilson
Browse files

Removing trailing space in Ruby file

parent a366bcc3
Branches
Tags
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment