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
937b084f66
commit
f75991f34c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Spectator
|
||||||
# The *name*, *location*, and *metadata* will be applied to the `Example` produced by `#build`.
|
# The *name*, *location*, and *metadata* will be applied to the `Example` produced by `#build`.
|
||||||
# A default *reason* can be given in case the user didn't provide one.
|
# A default *reason* can be given in case the user didn't provide one.
|
||||||
def initialize(@name : String? = nil, @location : Location? = nil,
|
def initialize(@name : String? = nil, @location : Location? = nil,
|
||||||
@metadata : Metadata = Metadata.new, @reason : String? = nil)
|
@metadata : Metadata = Metadata.new, @reason : String? = nil)
|
||||||
end
|
end
|
||||||
|
|
||||||
# Constructs an example with previously defined attributes.
|
# Constructs an example with previously defined attributes.
|
||||||
|
|
Loading…
Reference in a new issue