fix: indent

This commit is contained in:
jiedo
2024-05-14 16:04:40 +08:00
parent 56bbbd81fa
commit fce172f595

View File

@@ -189,8 +189,8 @@ type InscriptionBRC20TickInfo struct {
Data *InscriptionBRC20InfoResp `json:"data"`
Tick string
Amount *decimal.Decimal `json:"-"`
//ContentBody []byte `json:"content"`
Meta *InscriptionBRC20Data
SelfMint bool `json:"-"`
Max *decimal.Decimal `json:"-"`
@@ -234,6 +234,7 @@ func (in *InscriptionBRC20TickInfo) DeepCopy() (copy *InscriptionBRC20TickInfo)
copy = &InscriptionBRC20TickInfo{
Tick: in.Tick,
SelfMint: in.SelfMint,
Data: in.Data,
Decimal: in.Decimal,