From 99a9d7960a8638ad3382e55b95cb2a8b07e86019 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 26 Sep 2020 19:23:16 -0600 Subject: [PATCH] Formatting --- src/spectator/dsl/examples.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/spectator/dsl/examples.cr b/src/spectator/dsl/examples.cr index 82a5036..76edc15 100644 --- a/src/spectator/dsl/examples.cr +++ b/src/spectator/dsl/examples.cr @@ -23,8 +23,8 @@ module Spectator::DSL # This is intended to be used to convert a description from the spec DSL to `ExampleNode#name`. private macro _spectator_example_name(what) {% if what.is_a?(StringLiteral) || - what.is_a?(StringInterpolation) || - what.is_a?(NilLiteral) %} + what.is_a?(StringInterpolation) || + what.is_a?(NilLiteral) %} {{what}} {% else %} {{what.stringify}}