From 029099ca23e032361214ba33cbcead847891f698 Mon Sep 17 00:00:00 2001 From: Simon G Date: Wed, 14 Apr 2021 08:56:02 +0200 Subject: [PATCH] - make method private --- Mystify/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mystify/Program.cs b/Mystify/Program.cs index 694ebb4..34c8228 100644 --- a/Mystify/Program.cs +++ b/Mystify/Program.cs @@ -16,7 +16,7 @@ namespace Mystify .StartWithClassicDesktopLifetime(args); // Avalonia configuration, don't remove; also used by visual designer. - public static AppBuilder BuildAvaloniaApp() + private static AppBuilder BuildAvaloniaApp() => AppBuilder.Configure() .UsePlatformDetect() .LogToTrace()