Skip to content

Commit 41e896c

Browse files
author
GitHub Actions Autoformatter
committed
Auto-format source code
1 parent 069e7fe commit 41e896c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Xamarin.MacDev/XcodeManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class XcodeManager {
2525

2626
public XcodeManager (ICustomLogger log)
2727
{
28-
this.log = log ?? throw new ArgumentNullException (nameof (log));
28+
this.log = log ?? throw new ArgumentNullException (nameof (log));
2929
}
3030

3131
/// <summary>
@@ -293,4 +293,4 @@ public static List<string> ParseMdfindOutput (string? output)
293293

294294
return results;
295295
}
296-
}
296+
}

0 commit comments

Comments
 (0)