Skip to content

Commit

Permalink
Redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Dec 20, 2024
1 parent 5a0d776 commit 5905ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/datasystem/fdv2_datasystem.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ func (f *FDv2) runInitializers(ctx context.Context, closeWhenReady chan struct{}
})
return
}
return
}

func (f *FDv2) runSynchronizers(ctx context.Context, closeWhenReady chan struct{}) {
Expand Down

0 comments on commit 5905ccc

Please sign in to comment.