Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkfi committed Sep 13, 2015
1 parent 02c308f commit e935790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const (
)

type config struct {
timeout *time.Duration
maxAttempts *int
retryDelay *time.Duration
timeout *time.Duration
maxAttempts *int
retryDelay *time.Duration
attemptTimeout *time.Duration
}

Expand Down

0 comments on commit e935790

Please sign in to comment.