Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2018-11-02 19:54:10 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2018-11-02 19:54:10 +0300
commit6755d8cd1c94d7c01875e9b04a532e74ea577258 (patch)
tree223c9524189bc4d3d3b6c444d59e472d39f757f3
parent9fb38ebe9ad2b21c35bf6d91402f0b97770df7c3 (diff)
Unnecessary return removed.
-rw-r--r--Duplicati/UnitTest/IOTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Duplicati/UnitTest/IOTests.cs b/Duplicati/UnitTest/IOTests.cs
index d51d8d666..1fa1c4408 100644
--- a/Duplicati/UnitTest/IOTests.cs
+++ b/Duplicati/UnitTest/IOTests.cs
@@ -40,8 +40,6 @@ namespace Duplicati.UnitTest
var root = SystemIO.IO_OS(Utility.IsClientWindows).GetPathRoot(LongPath(pathRoot));
Assert.AreEqual(pathRoot, root);
-
- return;
}
[Test]