crystal tool format

This commit is contained in:
Edward Loveall
2021-08-08 14:23:38 -04:00
parent 210f212116
commit 130b235a6c
5 changed files with 18 additions and 18 deletions

View File

@@ -126,7 +126,7 @@ describe MarkupConverter do
result.should eq([
Text.new("I am a "),
Anchor.new(text: "Link", href: "https://example.com")
Anchor.new(text: "Link", href: "https://example.com"),
])
end