Formatting

This commit is contained in:
Michael Miller 2018-10-23 10:51:50 -06:00
parent dbcf9ec57d
commit 29219c8b8c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
require "../spec_helper"
private def add_sample_value(values : Spectator::Internals::SampleValues,
symbol : Symbol, name : String, value : T) forall T
symbol : Symbol, name : String, value : T) forall T
values.add(symbol, name, value)
end