Closed LogvinovLeon closed 2 weeks ago
This also shows in imports:
use crate::fixtures::{
london::crypto_punks::header::{block_header_partial as london_block_header_partial, block_header_rlp as london_block_header_rlp},
frontier::zero::header::{
block_header_partial as frontier_zero_block_header_partial,
block_header_rlp as frontier_zero_block_header_rlp
},
frontier::first::header::{
block_header_partial as frontier_first_block_header_partial,
block_header_rlp as frontier_first_block_header_rlp
},
paris::usdc::header::{block_header_partial as paris_block_header_partial, block_header_rlp as paris_block_header_rlp},
paris::usdc::header::{hash, number, state_root, transactions_root, receipts_root}
};
Aim
Format this code:
Expected Behavior
Do nothing
Bug
nargo fmt
removes one level of tabs incorrectlyTo Reproduce
Project Impact
Nice-to-have
Impact Context
Very low pri
Workaround
None
Workaround Description
No response
Additional Context
No response
Installation Method
Binary (
noirup
default)Nargo Version
noirc version = 0.23.0+5be9f9d7e2f39ca228df10e5a530474af0331704
NoirJS Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response