mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-17 13:45:05 +00:00
Whitespace
This commit is contained in:
@@ -39,6 +39,7 @@ namespace ICD.Common.Utils.IO
|
||||
{
|
||||
if (path == null)
|
||||
throw new ArgumentException("path");
|
||||
|
||||
return Directory.GetFiles(path, filter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user