puppet: Reformat Ruby functions with rufo.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-05-12 17:41:29 -07:00 committed by Anders Kaseorg
parent f26ac80ea1
commit 614ab533dc
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Puppet::Parser::Functions
if [true, false].include? default
# If the default is a bool, coerce into a bool. This list is also
# maintained in scripts/lib/zulip_tools.py
['1','y','t','true','yes','enable','enabled'].include? output.strip.downcase
["1", "y", "t", "true", "yes", "enable", "enabled"].include? output.strip.downcase
else
output.strip
end