Skip to content

Commit 0f73fb0

Browse files
committed
Fix indentation of some code in android_bump_version_hotfix.rb
1 parent ab6216d commit 0f73fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/android/android_bump_version_hotfix.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def self.available_options
4040
description: "The version of the hotfix",
4141
is_string: true),
4242
FastlaneCore::ConfigItem.new(key: :version_code,
43-
env_name: "FL_ANDROID_BUMP_VERSION_HOTFIX_CODE",
44-
description: "The version of the hotfix"),
43+
env_name: "FL_ANDROID_BUMP_VERSION_HOTFIX_CODE",
44+
description: "The version of the hotfix"),
4545
FastlaneCore::ConfigItem.new(key: :previous_version_name,
4646
env_name: "FL_ANDROID_BUMP_VERSION_HOTFIX_PREVIOUS_VERSION",
4747
description: "The version to branch from",

0 commit comments

Comments
 (0)