code cleanup (#743)
* update tools * run code cleanup * update dependencies
This commit is contained in:
@@ -13,4 +13,4 @@ public interface ILocalFileSystem
|
||||
bool FolderExists(string folder);
|
||||
Task<Either<BaseError, Unit>> CopyFile(string source, string destination);
|
||||
Unit EmptyFolder(string folder);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user