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 PhoneNumber { get; set; }
|
||||||
public string? AccountRegistration { get; set; }
|
public string? AccountRegistration { get; set; }
|
||||||
public string? AccountNumber { get; set; }
|
public string? AccountNumber { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
public class Invoice
|
public class Invoice
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -12,7 +12,6 @@ class Program
|
|||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
|
||||||
TestVehicleClass();
|
TestVehicleClass();
|
||||||
|
|
||||||
BuildAvaloniaApp()
|
BuildAvaloniaApp()
|
||||||
@ -56,5 +55,4 @@ class Program
|
|||||||
.UsePlatformDetect()
|
.UsePlatformDetect()
|
||||||
.WithInterFont()
|
.WithInterFont()
|
||||||
.LogToTrace();
|
.LogToTrace();
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user