Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 28, 2021
1 parent 85b0ae7 commit bc638c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ function M.lookup_w_userName(self,userName)
return sn
end


-- Case 3: Partial match?
local partial_match = ("^"..userName:escape().."/"):gsub('//+','/')
if (fullName:find(partial_match)) then
Expand Down

0 comments on commit bc638c8

Please sign in to comment.