fix linting errors
Some checks failed
Some checks failed
This commit is contained in:
parent
bbfabb2eee
commit
7893bd7b15
@ -2,7 +2,7 @@
|
||||
|
||||
public class HelloWorldProvider
|
||||
{
|
||||
public string GetHelloWorld(string name = null)
|
||||
public string GetHelloWorld(string? name = null)
|
||||
{
|
||||
if (string.IsNullOrEmpty(name))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user