Fix coding standards

This commit is contained in:
Thibault Jouan
2015-04-15 12:05:28 +00:00
parent 712dde4718
commit e12510713c
2 changed files with 8 additions and 9 deletions

View File

@@ -48,7 +48,8 @@ module Uh
def logger
@logger ||= Logger.new(@output).tap do |o|
o.level = debug? ? LOGGER_LEVEL_DEBUG :
verbose? ? LOGGER_LEVEL_VERBOSE : LOGGER_LEVEL
verbose? ? LOGGER_LEVEL_VERBOSE :
LOGGER_LEVEL
end
end