Fix indentation.

This commit is contained in:
Antonin Décimo
2020-03-28 17:29:07 +01:00
parent 4e69a1f3f3
commit e734cc12f1
9 changed files with 92 additions and 104 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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