Skip to content

Commit

Permalink
Trailing whitespace detected, trailing whitespace removed
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcgarvey committed Nov 5, 2020
1 parent 7830571 commit e205118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selenium/session.cr
Expand Up @@ -128,7 +128,7 @@ class Selenium::Session
return if rect_width.nil?
return if rect_y.nil?
return if rect_height.nil?

move_to_x = (rect_x + (rect_width / 2)).to_i
move_to_y = (rect_y + (rect_height / 2)).to_i

Expand Down

0 comments on commit e205118

Please sign in to comment.