diff --git a/command.go b/command.go index 38c20ade..577c832b 100644 --- a/command.go +++ b/command.go @@ -1962,8 +1962,9 @@ type XInfoGroup struct { Consumers int64 Pending int64 LastDeliveredID string - EntriesRead int64 - Lan int64 + + EntriesRead int64 + Lan int64 } var _ Cmder = (*XInfoGroupsCmd)(nil)