From 827bfcff58a121931011a21529362a2880acaf5d Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 14 May 2021 21:52:16 +0200 Subject: [PATCH] chore(styles): align hash --- test/test_kramdown.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_kramdown.rb b/test/test_kramdown.rb index 342c54d0..f2e5b516 100644 --- a/test/test_kramdown.rb +++ b/test/test_kramdown.rb @@ -179,7 +179,7 @@ class TestKramdown < JekyllUnitTest should "move coderay to syntax_highlighter_opts" do override = { "highlighter" => nil, - "kramdown" => { + "kramdown" => { "syntax_highlighter" => "coderay", "coderay" => { "hello" => "world",