From 6e5711a1136ae5ed2e0533f1a5d39bb71fb668b5 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 18 Mar 2022 21:20:30 -0400 Subject: Make sure that we format with short lines. --- timeoutat/timeoutat.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'timeoutat') diff --git a/timeoutat/timeoutat.go b/timeoutat/timeoutat.go index 263890d..0e13a9f 100644 --- a/timeoutat/timeoutat.go +++ b/timeoutat/timeoutat.go @@ -20,7 +20,11 @@ import ( "time" ) -func TimeoutAt(ctx context.Context, when time.Time, debug bool) (response chan interface{}) { +func TimeoutAt( + ctx context.Context, + when time.Time, + debug bool, +) (response chan interface{}) { response = make(chan interface{}) go func(ctx context.Context) { go func() { -- cgit v1.2.3