mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-19 14:45:06 +00:00
Whitespace
This commit is contained in:
@@ -37,8 +37,9 @@ namespace ICD.Common.Utils.IO
|
||||
|
||||
public static string[] GetFiles(string path, string filter)
|
||||
{
|
||||
if(path == null)
|
||||
if (path == null)
|
||||
throw new ArgumentException("path");
|
||||
|
||||
return Directory.GetFiles(path, filter);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user