whitespace

This commit is contained in:
Scott Taylor 2010-06-22 01:56:14 -04:00
parent 28950fa71c
commit 5099b3cedb

View File

@ -38,8 +38,6 @@ module FakeFS
ln_s(target, path, { :force => true })
end
def cp(src, dest)
dst_file = FileSystem.find(dest)
src_file = FileSystem.find(src)