mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
Fix indentation.
This commit is contained in:
@@ -76,8 +76,6 @@ function pipe.pipe(project)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
setmetatable(pipe, {
|
setmetatable(pipe, { __call = function(_, project) return pipe.pipe(project) end })
|
||||||
__call = function(_, project) return pipe.pipe(project) end,
|
|
||||||
})
|
|
||||||
|
|
||||||
return pipe
|
return pipe
|
||||||
|
@@ -108,8 +108,6 @@ function pipe.pipe(project)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
setmetatable(pipe, {
|
setmetatable(pipe, { __call = function(_, project) return pipe.pipe(project) end })
|
||||||
__call = function(_, project) return pipe.pipe(project) end,
|
|
||||||
})
|
|
||||||
|
|
||||||
return pipe
|
return pipe
|
||||||
|
@@ -134,8 +134,6 @@ function s.script(project)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
setmetatable(s, {
|
setmetatable(s, { __call = function(_, project) return s.script(project) end })
|
||||||
__call = function(_, project) return s.script(project) end,
|
|
||||||
})
|
|
||||||
|
|
||||||
return s
|
return s
|
||||||
|
@@ -13,8 +13,6 @@ function s.script(project)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
setmetatable(s, {
|
setmetatable(s, { __call = function(_, project) return s.script(project) end })
|
||||||
__call = function(_, project) return s.script(project) end,
|
|
||||||
})
|
|
||||||
|
|
||||||
return s
|
return s
|
||||||
|
@@ -91,8 +91,6 @@ function s.script(project)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
setmetatable(s, {
|
setmetatable(s, { __call = function(_, project) return s.script(project) end })
|
||||||
__call = function(_, project) return s.script(project) end,
|
|
||||||
})
|
|
||||||
|
|
||||||
return s
|
return s
|
||||||
|
@@ -97,8 +97,6 @@ function s.script(project, arch)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
setmetatable(s, {
|
setmetatable(s, { __call = function(_, project, arch) return s.script(project, arch) end })
|
||||||
__call = function(_, project, arch) return s.script(project, arch) end,
|
|
||||||
})
|
|
||||||
|
|
||||||
return s
|
return s
|
||||||
|
Reference in New Issue
Block a user