Skip to content

Commit

Permalink
Tweak nullability.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Aug 9, 2023
1 parent cde787b commit dd29eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSql/_Utilities/CmdletExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static class CmdletExtensions
/// </remarks>
public static void WriteHost(
this Cmdlet cmdlet,
string message,
string? message,
bool newLine = true,
ConsoleColor? foregroundColor = null,
ConsoleColor? backgroundColor = null)
Expand Down

0 comments on commit dd29eee

Please sign in to comment.