From 5218af68553822e49465f88c4214b6cd97437b0e Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 13 Aug 2024 22:06:19 -0300 Subject: [PATCH] lint --- src/formatters/html.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/formatters/html.cr b/src/formatters/html.cr index 7b4be85..1c8a245 100644 --- a/src/formatters/html.cr +++ b/src/formatters/html.cr @@ -30,7 +30,7 @@ module Tartrazine @standalone : Bool = false, @surrounding_pre : Bool = true, @wrap_long_lines : Bool = false, - @weight_of_bold : Int32 = 600,) + @weight_of_bold : Int32 = 600) end def format(text : String, lexer : Lexer) : String