Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request google#68 from ryandgoulding/gofmt
Browse files Browse the repository at this point in the history
gofmt expect.go
  • Loading branch information
skalle authored Apr 30, 2021
2 parents 5dbc3f6 + e8191dd commit ab937bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab937bf

Please sign in to comment.