formatting tweaks

This commit is contained in:
Scott Taylor 2010-12-15 23:01:21 -05:00
parent 8354db1b77
commit 6759a99780

View File

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