mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-21 23:03:44 +01:00
Remove unnecessary arguments
This commit is contained in:
parent
b56f030127
commit
14de9219b7
@ -215,12 +215,12 @@ end
|
||||
|
||||
function pr.hardlight(r)
|
||||
r:expect":"
|
||||
return r:subtexp(r)
|
||||
return r:subtexp()
|
||||
end
|
||||
|
||||
function pr.mask(r)
|
||||
r:expect":"
|
||||
return r:subtexp(r)
|
||||
return r:subtexp()
|
||||
end
|
||||
|
||||
function pr.lowpart(r)
|
||||
|
Loading…
Reference in New Issue
Block a user