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
b09898d131
commit
8cbe2edf30
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Spectator
|
||||||
end
|
end
|
||||||
|
|
||||||
def and_return(value : T) forall T
|
def and_return(value : T) forall T
|
||||||
GenericMethodStub(T).new(@name, @source, -> { value })
|
GenericMethodStub(T).new(@name, @source, ->{ value })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue