Skip to content

Commit

Permalink
from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Oct 10, 2024
1 parent dcc8e3d commit 11941cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions components/match2/commons/match_subobjects.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ function MatchSubobjects.luaGetMap(args)
-- dont save map if 'map' is not filled in
if Logic.isEmpty(args.map) then
return nil
else
return args
end
return args
end

if FeatureFlag.get('perf') then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
--

local Array = require('Module:Array')
local FnUtil = require('Module:FnUtil')
local Logic = require('Module:Logic')
local Lua = require('Module:Lua')
local MathUtil = require('Module:MathUtil')
Expand Down

0 comments on commit 11941cd

Please sign in to comment.