Parcourir la source

fix whitespace, nobody runs dzil test

George S. Baugh il y a 4 ans
Parent
commit
b8e441436f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lib/Selenium/Waiter.pm

+ 1 - 1
lib/Selenium/Waiter.pm

@@ -119,7 +119,7 @@ sub wait_until (&%) {
     }
 
     warn 'timeout' if $args->{debug};
-    
+
     # No need to repeat ourselves if we're already debugging.
     warn $exception if $exception && !$args->{debug};
     return '';