Skip to content

Commit 1f3ec42

Browse files
committed
fix rubocop offenses
1 parent 70e5591 commit 1f3ec42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lane :test do
55
notify_deploy_qawolf(
66
deployment_type: "android",
77
variables: {
8-
HELLO: "WORLD",
8+
HELLO: "WORLD"
99
}
1010
)
1111
end

0 commit comments

Comments
 (0)