Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki committed Jul 19, 2024
1 parent cb04135 commit 0a4f4d7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions LenovoLegionToolkit.Lib/Utils/Folders.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ namespace LenovoLegionToolkit.Lib.Utils;

public static class Folders
{
public static string Program
{
get
{
return AppDomain.CurrentDomain.SetupInformation.ApplicationBase ?? string.Empty;
}
}
public static string Program => AppDomain.CurrentDomain.SetupInformation.ApplicationBase ?? string.Empty;

public static string AppData
{
Expand Down

0 comments on commit 0a4f4d7

Please sign in to comment.