Skip to content

Commit

Permalink
Fix style issues 4
Browse files Browse the repository at this point in the history
  • Loading branch information
iSazonov committed Dec 17, 2020
1 parent 11560a7 commit 5ff026a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT License.

#nullable enable

using System;
using System.Collections;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Licensed under the MIT License.

#nullable enable

using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
Expand Down Expand Up @@ -62,7 +63,7 @@ bool FileSystemEntryFilter(ref FileSystemEntry entry)
if (errorCode != 0)
{
// While enumerating we can get an error.
// In the case ShouldContinueOnErrorPredicate set the error code.
// In the case ShouldContinueOnErrorPredicate sets the error code.
// The error can be either 'access denied' or 'path not found'.
Exception? exc = System.Runtime.InteropServices.Marshal.GetExceptionForHR(GetHRForWin32Error(errorCode));
errorCode = 0;
Expand Down

0 comments on commit 5ff026a

Please sign in to comment.