浏览代码

fix whitespace, nobody runs dzil test

George S. Baugh 4 年之前
父节点
当前提交
b8e441436f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 '';