OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

Fix gofmt #431

Closed zhugelianglongming closed 1 year ago

zhugelianglongming commented 1 year ago

see #402

bcs/consensus/tdpos/common.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/ledger/xledger/state/xmodel/xmodel_test.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/ledger/xledger/tx/topsort_test.go Line 1: warning: file is not gofmted with -s (gofmt) lib/storage/mstorage/file_storage_solaris.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/consensus/pow/common.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/consensus/tdpos/tdpos.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/ledger/xledger/ledger/ledger_test.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/ledger/xledger/state/utxo/spin_lock_test.go Line 1: warning: file is not gofmted with -s (gofmt) kernel/consensus/base/common/common.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/consensus/tdpos/kernel_contract.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/consensus/xpoa/kernel_contract.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/network/p2pv1/client.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/ledger/xledger/state/utxo/topsort_test.go Line 1: warning: file is not gofmted with -s (gofmt) lib/storage/mstorage/file_storage_unix.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/consensus/tdpos/schedule.go Line 1: warning: file is not gofmted with -s (gofmt) bcs/ledger/xledger/state/xmodel/dbutils_test.go Line 1: warning: file is not gofmted with -s (gofmt) kernel/network/p2p/dispatcher.go Line 1: warning: file is not gofmted with -s (gofmt) lib/storage/mstorage/file_storage_nacl.go Line 1: warning: file is not gofmted with -s (gofmt)