From be7fbd405e3afa77e0a13734cf5b088593a9a57e Mon Sep 17 00:00:00 2001 From: MaysWind Date: Wed, 30 Oct 2024 00:45:01 +0800 Subject: [PATCH] add comment --- pkg/converters/iif/iif_data_reader.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/converters/iif/iif_data_reader.go b/pkg/converters/iif/iif_data_reader.go index 7a17ddd1..151a4039 100644 --- a/pkg/converters/iif/iif_data_reader.go +++ b/pkg/converters/iif/iif_data_reader.go @@ -96,7 +96,7 @@ func (r *iifDataReader) read(ctx core.Context) ([]*iifAccountDataset, []*iifTran if err != nil { return nil, nil, err } - } + } // not process (read sample line) for other dataset type continue } @@ -144,7 +144,7 @@ func (r *iifDataReader) read(ctx core.Context) ([]*iifAccountDataset, []*iifTran log.Errorf(ctx, "[iif_data_reader.read] iif missing transaction sample end line") return nil, nil, errs.ErrInvalidIIFFile } - } + } // not process (read data line) for other dataset type } if lastLineSign != "" {