fix(cli): set start header (#7725)

Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
This commit is contained in:
Emilia Hane
2024-04-25 13:47:27 +02:00
committed by GitHub
parent 0f7e3541b1
commit c7008deef8
4 changed files with 21 additions and 15 deletions

View File

@ -316,7 +316,7 @@ lint:
make fmt && \
make lint-reth && \
make lint-op-reth && \
make lint-other-targets \
make lint-other-targets && \
make lint-codespell
fix-lint-reth: