Skip to content

Commit

Permalink
Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Nov 12, 2021
1 parent 86fdb21 commit 5cfadc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clicked/Core/Utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ end
--- @param keybind string
function Addon:SanitizeKeybind(keybind)
if IsMacClient() then
return string.gsub(keybind, "META%-", "CMD%-")
return string.gsub(keybind, "META%-", "CMD%-")
end

return keybind
Expand Down

0 comments on commit 5cfadc8

Please sign in to comment.