Skip to content

Commit

Permalink
Failure Message: Use literal instead string.Empty
Browse files Browse the repository at this point in the history
  • Loading branch information
andreise committed Sep 26, 2024
1 parent 2469302 commit a7fefb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core-taggeds-failure/Failure/Failure.T/Failure.T.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public TFailureCode FailureCode

public string FailureMessage
=>
failureMessage ?? string.Empty;
failureMessage ?? "";

public System.Exception? SourceException { get; init; }
}

0 comments on commit a7fefb8

Please sign in to comment.