formatting tweaks
This commit is contained in:
parent
8354db1b77
commit
6759a99780
@ -197,7 +197,8 @@ module FakeFS
|
|||||||
@file = file
|
@file = file
|
||||||
@fake_file = FileSystem.find(@file)
|
@fake_file = FileSystem.find(@file)
|
||||||
@__lstat = __lstat
|
@__lstat = __lstat
|
||||||
@ctime, @mtime = @fake_file.ctime, @fake_file.mtime
|
@ctime = @fake_file.ctime
|
||||||
|
@mtime = @fake_file.mtime
|
||||||
end
|
end
|
||||||
|
|
||||||
def symlink?
|
def symlink?
|
||||||
|
Loading…
Reference in New Issue
Block a user