mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
cab9366fe8
commit
20b80cc85a
1 changed files with 7 additions and 8 deletions
|
@ -24,14 +24,13 @@ module Spectator::DSL
|
||||||
end
|
end
|
||||||
{% else %}
|
{% else %}
|
||||||
{% resolved = name.resolve
|
{% resolved = name.resolve
|
||||||
type = if resolved < Reference
|
type = if resolved < Reference
|
||||||
:class
|
:class
|
||||||
elsif resolved < Value
|
elsif resolved < Value
|
||||||
:struct
|
:struct
|
||||||
else
|
else
|
||||||
:module
|
:module
|
||||||
end
|
end %}
|
||||||
%}
|
|
||||||
{{type.id}} ::{{resolved.id}}
|
{{type.id}} ::{{resolved.id}}
|
||||||
include ::Spectator::Mocks::Stubs
|
include ::Spectator::Mocks::Stubs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue