Skip to content

Commit 0244b0f

Browse files
committed
perf: apply betteraligment
Signed-off-by: Rueian <[email protected]>
1 parent 251c860 commit 0244b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,8 @@ func (m *RedisMessage) AsXRead() (ret map[string][]XRangeEntry, err error) {
10361036

10371037
// New slice-based structures that preserve order and duplicates
10381038
type XRangeSlice struct {
1039-
FieldValues []XRangeFieldValue
10401039
ID string
1040+
FieldValues []XRangeFieldValue
10411041
}
10421042

10431043
type XRangeFieldValue struct {

0 commit comments

Comments
 (0)