tox: fix rubocop 0.65.0 style.

This commit is contained in:
Mike McQuaid 2019-02-19 13:28:16 +00:00
parent 764a06098f
commit 5d8c09bc94

View file

@ -64,6 +64,7 @@ class Tox < Formula
lib_python_path = Pathname.glob(libexec/"lib/python*").first
lib_python_path.each_child do |f|
next unless f.symlink?
realpath = f.realpath
rm f
ln_s realpath, f