Skip to content

Commit

Permalink
linter: line length
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Dec 13, 2024
1 parent 071a637 commit fc7324a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ function MatchSummaryGameComment:render()
end
return HtmlWidgets.Fragment{children = {
MatchSummaryBreak{},
HtmlWidgets.Div{css = {margin = 'auto', ['max-width'] = '100%'}, classes = self.props.classes, children = self.props.children},
HtmlWidgets.Div{
css = {margin = 'auto', ['max-width'] = '100%'},
classes = self.props.classes,
children = self.props.children
},
}}
end

Expand Down

0 comments on commit fc7324a

Please sign in to comment.