Skip to content

Commit 1672f79

Browse files
committed
Small formatting change to conform to olivine-labs' style guide
1 parent 0ea96f0 commit 1672f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mock.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ function Mock:mockObject(o, name)
179179
return mocked
180180
end
181181

182-
setmetatable(Mock, {__call = function(_, ...) return MockExpectation:new(...) end})
182+
setmetatable(Mock, { __call = function(_, ...) return MockExpectation:new(...) end })
183183

184184
return Mock

0 commit comments

Comments
 (0)