summaryrefslogtreecommitdiff
path: root/lib/declarative_policy/runner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/declarative_policy/runner.rb')
-rw-r--r--lib/declarative_policy/runner.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/declarative_policy/runner.rb b/lib/declarative_policy/runner.rb
index f739fe5e16e..fd17b1a2b5f 100644
--- a/lib/declarative_policy/runner.rb
+++ b/lib/declarative_policy/runner.rb
@@ -184,9 +184,9 @@ module DeclarativePolicy
def inspect_step(step, original_score, passed)
symbol =
case passed
- when true then '+'
- when false then '-'
- when nil then ' '
+ when true then "+"
+ when false then "-"
+ when nil then " "
end
"#{symbol} [#{original_score.to_i}] #{step.repr}\n"