Skip to content

Commit

Permalink
- Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sLill committed Sep 1, 2023
1 parent 056a07d commit 05ab7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsGrep/WindowsGrep.Core/Utils/ConsoleUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static (NativeCommandType? CommandType, string CommandParameter) ParseNat
return (commandType, commandParameter);
}
}
};
}

return default;
}
Expand Down

0 comments on commit 05ab7cd

Please sign in to comment.