Skip to content

Commit

Permalink
chore(search): gofmt file
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Sep 30, 2024
1 parent 2616398 commit c22233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,4 @@ func FindValidatorIndicesByEth1Address(search string) (types.SearchValidatorsByE
return nil, fmt.Errorf("error reading result data: %v", err)
}
return *result, nil
}
}

0 comments on commit c22233e

Please sign in to comment.