mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Change FailueBlock to a private struct
This commit is contained in:
parent
0ca300ba89
commit
48a1e61949
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue