diff --git a/sample/Directory.Packages.props b/sample/Directory.Packages.props
index a80aea657..77532c8e8 100644
--- a/sample/Directory.Packages.props
+++ b/sample/Directory.Packages.props
@@ -1,4 +1,4 @@
-
+
@@ -7,4 +7,4 @@
-
\ No newline at end of file
+
diff --git a/sample/Sample.Core/Models/LaunchRecordModel.cs b/sample/Sample.Core/Models/LaunchRecordModel.cs
index fca7c8f05..af7d2793a 100644
--- a/sample/Sample.Core/Models/LaunchRecordModel.cs
+++ b/sample/Sample.Core/Models/LaunchRecordModel.cs
@@ -10,9 +10,7 @@ namespace Sample.Core.Models;
///
#pragma warning disable CA1036
[StronglyTypedId(Template.Guid, "guid-efcore")]
-public partial struct LaunchRecordId
-{
-}
+public partial struct LaunchRecordId { }
#pragma warning restore CA1036
///
@@ -70,4 +68,4 @@ public Mapper()
CreateMap();
}
}
-}
+}
\ No newline at end of file
diff --git a/sample/Sample.Core/Models/RocketModel.cs b/sample/Sample.Core/Models/RocketModel.cs
index 82e520028..e8d206c99 100644
--- a/sample/Sample.Core/Models/RocketModel.cs
+++ b/sample/Sample.Core/Models/RocketModel.cs
@@ -9,9 +9,7 @@ namespace Sample.Core.Models;
///
#pragma warning disable CA1036
[StronglyTypedId(Template.Guid, "guid-efcore")]
-public partial struct RocketId
-{
-}
+public partial struct RocketId { }
#pragma warning restore CA1036
///
@@ -42,4 +40,4 @@ public Mapper()
.ForMember(z => z.Sn, x => x.MapFrom(z => z.SerialNumber));
}
}
-}
+}
\ No newline at end of file
diff --git a/sample/Sample.Core/Sample.Core.csproj b/sample/Sample.Core/Sample.Core.csproj
index f7ce52441..c34ff40cf 100644
--- a/sample/Sample.Core/Sample.Core.csproj
+++ b/sample/Sample.Core/Sample.Core.csproj
@@ -17,7 +17,12 @@
-
+