Adding nullable operator
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Password_Generator
|
|||||||
return builder.ToString();
|
return builder.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static string New(string recipient, int length, bool no_symbols = false)
|
public static string? New(string recipient, int length, bool no_symbols = false)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user