Change FailueBlock to a private struct

This commit is contained in:
Michael Miller 2019-02-20 21:47:18 -07:00
parent 0ca300ba89
commit 48a1e61949

View file

@ -12,7 +12,7 @@ module Spectator::Formatters
# #
# # spec/source_spec.cr:42 # # spec/source_spec.cr:42
# ``` # ```
class FailureBlock private struct FailureBlock
# Default number of spaces to add for each level of indentation. # Default number of spaces to add for each level of indentation.
INDENT_SIZE = 2 INDENT_SIZE = 2