Should really have fixed indentations now
Some checks failed
Avalonia Code Quality / Lint, Analyze & Build (push) Failing after 57s
Some checks failed
Avalonia Code Quality / Lint, Analyze & Build (push) Failing after 57s
This commit is contained in:
@ -13,5 +13,4 @@ public class Company
|
||||
public string PhoneNumber { get; set; }
|
||||
public string? AccountRegistration { get; set; }
|
||||
public string? AccountNumber { get; set; }
|
||||
|
||||
}
|
||||
@ -2,5 +2,4 @@
|
||||
|
||||
public class Invoice
|
||||
{
|
||||
|
||||
}
|
||||
@ -12,7 +12,6 @@ class Program
|
||||
[STAThread]
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
|
||||
TestVehicleClass();
|
||||
|
||||
BuildAvaloniaApp()
|
||||
@ -56,5 +55,4 @@ class Program
|
||||
.UsePlatformDetect()
|
||||
.WithInterFont()
|
||||
.LogToTrace();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user