Merge pull request #1646 from cafedomancer/fix-indentation

Fix indentation
This commit is contained in:
Thomas Walpole 2016-01-29 10:36:05 -08:00
commit 23b10e76f2
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ module Capybara
if defined?(Process::CLOCK_MONOTONIC)
def monotonic_time
Process.clock_gettime Process::CLOCK_MONOTONIC
Process.clock_gettime Process::CLOCK_MONOTONIC
end
else
def monotonic_time