Skip to content

Commit

Permalink
Remove errant nullable directive
Browse files Browse the repository at this point in the history
  • Loading branch information
sudokoko committed Aug 3, 2023
1 parent 9ff9504 commit 5003e98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PLRPC.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,4 @@ public CommandLineArguments(bool useConfig, string? serverUrl, string? username,
[Option('a', "applicationid", Required = false, HelpText = "The Discord application ID to use.")]
public string? ApplicationId { get; }
}
#nullable disable
}

0 comments on commit 5003e98

Please sign in to comment.