Skip to content

Commit

Permalink
Merge pull request #221 from BUTR/code-formatting/fix-codeformatting
Browse files Browse the repository at this point in the history
Automated PR to fix formatting errors
  • Loading branch information
Aragas authored Sep 3, 2024
2 parents 8354cb4 + c9af6c9 commit ed8144b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace BUTR.Site.NexusMods.Server.Models;
using TValueType = Guid;

[ValueObject<TValueType>(conversions: Conversions.EfCoreValueConverter | Conversions.SystemTextJson | Conversions.TypeConverter)]
public readonly partial struct CrashReportId : IVogen<TType,TValueType>, IHasRandomValueGenerator<TType, TValueType, Random>
public readonly partial struct CrashReportId : IVogen<TType, TValueType>, IHasRandomValueGenerator<TType, TValueType, Random>
{
public static TType NewRandomValue(Random? random) => From(TValueType.NewGuid());
}

0 comments on commit ed8144b

Please sign in to comment.