Enable whitespace linter & fix findings (#12273)

* Enable whitespace linter & fix findings

* Fix new finding

* fix new violation

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
This commit is contained in:
Justin Traglia
2023-04-18 13:58:27 -05:00
committed by GitHub
parent 03f63f294b
commit 8428a79971
54 changed files with 3 additions and 84 deletions

View File

@@ -74,7 +74,6 @@ func (s *SlotTicker) start(
secondsPerSlot uint64,
since, until func(time.Time) time.Duration,
after func(time.Duration) <-chan time.Time) {
d := time.Duration(secondsPerSlot) * time.Second
go func() {