From e8191ddcaee13a204270d7140ff458452be36e20 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Thu, 29 Apr 2021 13:02:33 -0400 Subject: [PATCH] gofmt expect.go This change just includes the result of running `gofmt`, since Signed-off-by: Ryan Goulding --- expect.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expect.go b/expect.go index 5bc1110..25df64f 100644 --- a/expect.go +++ b/expect.go @@ -31,8 +31,8 @@ import ( const DefaultTimeout = 60 * time.Second const ( - checkDuration = 2 * time.Second // checkDuration how often to check for new output. - defaultBufferSize = 8192 // defaultBufferSize is the default io buffer size. + checkDuration = 2 * time.Second // checkDuration how often to check for new output. + defaultBufferSize = 8192 // defaultBufferSize is the default io buffer size. ) // Status contains an errormessage and a status code.