Skip to content

Commit 68c1493

Browse files
committed
Removing trailing space in Ruby file
1 parent a366bcc commit 68c1493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/markdown_ast.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Use Kramdown parser to produce AST for Markdown document.
44

55
require "kramdown"
6-
require "json"
6+
require "json"
77

88
markdown = STDIN.read()
99
doc = Kramdown::Document.new(markdown)

0 commit comments

Comments
 (0)