Formatting

This commit is contained in:
Michael Miller 2021-07-17 15:21:15 -06:00
parent 937b084f66
commit f75991f34c
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -11,7 +11,7 @@ module Spectator
# 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.
def initialize(@name : String? = nil, @location : Location? = nil,
@metadata : Metadata = Metadata.new, @reason : String? = nil)
@metadata : Metadata = Metadata.new, @reason : String? = nil)
end
# Constructs an example with previously defined attributes.