Skip to content

Commit

Permalink
double to single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpalpha committed Dec 14, 2024
1 parent 26b0fe8 commit cf7579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/match2/commons/match_summary_base_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ local MATCH_OVERVIEW_COLUMNS = {
},
row = {
value = function (opponent, idx)
return opponent.matchPointReachedIn and "Game " .. opponent.matchPointReachedIn or nil
return opponent.matchPointReachedIn and 'Game ' .. opponent.matchPointReachedIn or nil
end,
},
},
Expand Down

0 comments on commit cf7579c

Please sign in to comment.