Skip to content

Commit

Permalink
Rubocop - Style/Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Apr 27, 2015
1 parent af3ea2e commit b41a3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android_tests/lib/android/specs/common/patch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
begin
set_wait 0
find_element(:id, 'ok')
rescue Exception => e;
rescue Exception => e
value = e.message
ensure
set_wait 30
Expand Down

0 comments on commit b41a3da

Please sign in to comment.