Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit c54369a

Browse files
author
Morten Turn Pedersen
committed
Added whitespace to trigger deploy
1 parent ce9f2c8 commit c54369a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetCoreEntityFramework/Models/EntityBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public abstract class EntityBase
88
{
99
[Key]
1010
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
11-
public Guid? Id { get; set; }
11+
public Guid? Id { get; set; }
1212

1313
[Required]
1414
public DateTime Created { get; set; }

0 commit comments

Comments
 (0)