Skip to content

Commit 08459b7

Browse files
authored
fix lint (#131)
1 parent 6d22b60 commit 08459b7

File tree

1 file changed

+1
-1
lines changed
  • extensions/omniv21/fileformat/fixedlength

1 file changed

+1
-1
lines changed

extensions/omniv21/fileformat/fixedlength/decl.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type ByHeaderFooterDecl struct {
1313
Footer string `json:"footer"`
1414
}
1515

16-
// EnvelopeDecl describes fixed-length envelope column settings for omniparser reader.
16+
// ColumnDecl describes fixed-length envelope column settings for omniparser reader.
1717
type ColumnDecl struct {
1818
Name string `json:"name"`
1919
StartPos int `json:"start_pos"` // 1-based. and rune-based.

0 commit comments

Comments
 (0)