Skip to content

Commit 1719008

Browse files
authored
Update AppLifecycleHelper.cs
1 parent 00c409b commit 1719008

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Files.App/Helpers/Application/AppLifecycleHelper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ public static class AppLifecycleHelper
3333
Enum.TryParse("cd_app_env_placeholder", true, out AppEnvironment appEnvironment))
3434
? appEnvironment;
3535
: AppEnvironment.Dev;
36-
}
37-
}
3836

3937
/// <summary>
4038
/// Gets application package version.

0 commit comments

Comments
 (0)