Fix style

This commit is contained in:
kojix2
2020-08-19 23:50:47 +09:00
parent 38084c6db5
commit 21626122eb
2 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ module Uplot
else
if headers.include?(nil)
warn "\e[35mHeaders contains nil in it.\e[0m"
elsif headers.include? ""
elsif headers.include? ''
warn "\e[35mHeaders contains \"\" in it.\e[0m"
end
h_size = headers.size