Skip to content

Commit 06f2d82

Browse files
committed
Remove trailing space
1 parent 2cf78dd commit 06f2d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/sql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ func (r *Rows) ColumnTypeLength(index int) (int64, bool) {
665665
case pgtype.VarcharOID, pgtype.BPCharArrayOID:
666666
return int64(fd.TypeModifier - varHeaderSize), true
667667
case pgtype.VarbitOID:
668-
return int64(fd.TypeModifier), true
668+
return int64(fd.TypeModifier), true
669669
default:
670670
return 0, false
671671
}

0 commit comments

Comments
 (0)