mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Trim trailing whitespace in most files (#4946)
Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ def check_version(hash = {})
|
||||
pkg_ver_f = "crew(#{pkg_version})".ljust(14)
|
||||
cur_ver_f = "latest(#{cur_version})"
|
||||
|
||||
fmt_s = "#{pkg_name_f} -> #{pkg_ver_f} #{cur_ver_f}"
|
||||
fmt_s = "#{pkg_name_f} -> #{pkg_ver_f} #{cur_ver_f}"
|
||||
if pkg_version < cur_version || hash[:pkg_name] == 'jdk8'
|
||||
puts fmt_s
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user