rubocop autocorrect: Fix empty method definition
This commit is contained in:
parent
35bef89588
commit
a67e5297c2
|
@ -42,8 +42,7 @@ module FakeFS
|
|||
class File
|
||||
# FakeFS doesn't implement. And since we don't need to actually lock,
|
||||
# just stub out...
|
||||
def flock(*)
|
||||
end
|
||||
def flock(*); end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue