Skip to content

Commit 4d8fea5

Browse files
committed
Update AppLifecycleHelper.cs
1 parent 3907aa3 commit 4d8fea5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ public static class AppLifecycleHelper
3030
/// Gets the value that provides application environment or branch name.
3131
/// </summary>
3232
public static AppEnvironment AppEnvironment =>
33-
Enum.TryParse("cd_app_env_placeholder", true, out AppEnvironment appEnvironment))
34-
? appEnvironment;
33+
Enum.TryParse("cd_app_env_placeholder", true, out AppEnvironment appEnvironment)
34+
? appEnvironment
3535
: AppEnvironment.Dev;
3636

37+
3738
/// <summary>
3839
/// Gets application package version.
3940
/// </summary>

0 commit comments

Comments
 (0)