Skip to content

Commit

Permalink
TEMP: introduce formatting error to verify build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Dec 11, 2024
1 parent c659856 commit 9265b78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ namespace NuGetUpdater.Core;
public record NativeResult
{
// TODO: nullable not required, `ErrorType.None` is the default anyway
public ErrorType? ErrorType { get; init; }
public ErrorType? ErrorType { get; init; }
public object? ErrorDetails { get; init; }
}

0 comments on commit 9265b78

Please sign in to comment.