Explorar el Código

no really eol fix

Matthew Spahr hace 6 años
padre
commit
d740a31c53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Selenium/Remote/Driver.pm

+ 1 - 1
lib/Selenium/Remote/Driver.pm

@@ -2443,7 +2443,7 @@ sub set_window_size {
 
 sub maximize_window {
     my ( $self, $window ) = @_;
- 
+
     $window = ( defined $window ) ? $window : 'current';
     my $res = { 'command' => 'maximizeWindow', 'window_handle' => $window };
     my $ret = $self->_execute_command($res);