Skip to content
Snippets Groups Projects
Commit 9e65cb4c authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Remove redundant qualifier

parent b05baaa0
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ namespace ATxCommon
Log.Error("ERROR: CheckForDirectory() parameter must not be empty!");
return false;
}
return FsUtils.CreateNewDirectory(path, false) == path;
return CreateNewDirectory(path, false) == path;
}
/// <summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment