chore: format corrections

This commit is contained in:
Oli Sturm
2023-10-20 10:10:20 +01:00
parent a2d1e4adc2
commit 0957d0c6ed
11 changed files with 110 additions and 31 deletions
+3 -2
View File
@@ -1,4 +1,6 @@
namespace CS7 {
// ReSharper disable All
namespace CS7 {
public class DeadPerson {
public string Name { get; init; } = "";
public virtual bool IsAlive => false;
@@ -34,6 +36,5 @@
Console.WriteLine("My heartfelt apologies in case anybody finds my zombie sample offensive.");
}
}
}