Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Oct 15, 2024
1 parent 5e24f2f commit 2600ded
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taiko-client/preconfapi/lookahead/lookahead.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ func (l *Lookahead) ForcePushLookahead(ctx context.Context) error {

return err
}
func (l *Lookahead) GetLookaheadSetParams(ctx context.Context) ([]bindings.IPreconfTaskManagerLookaheadSetParam, error) {
func (l *Lookahead) GetLookaheadSetParams(ctx context.Context) (
[]bindings.IPreconfTaskManagerLookaheadSetParam, error) {
nextEpoch, err := l.getNextEpoch()
if err != nil {
return nil, err
Expand Down

0 comments on commit 2600ded

Please sign in to comment.