Skip to content

Commit e1fe15e

Browse files
committed
chore: fix rubocop formatting
1 parent 63be6c8 commit e1fe15e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/capybara/screenshot/diff

lib/capybara/screenshot/diff/vcs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Diff
99
module Vcs
1010
def self.checkout_vcs(root, screenshot_path, checkout_path)
1111
root_path = root.to_s
12-
git_env = { "GIT_DIR" => nil, "GIT_WORK_TREE" => nil, "GIT_INDEX_FILE" => nil }
12+
git_env = {"GIT_DIR" => nil, "GIT_WORK_TREE" => nil, "GIT_INDEX_FILE" => nil}
1313
git_root, _, status = Open3.capture3(git_env, "git", "-C", root_path, "rev-parse", "--show-toplevel")
1414
return false unless status.success?
1515

0 commit comments

Comments
 (0)