Skip to content

Commit

Permalink
run goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 21, 2024
1 parent 518f570 commit 8f88728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion broker_memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,4 @@ func (h *historyHub) remove(ch string) error {
stream.Clear()
}
return nil
}
}
2 changes: 1 addition & 1 deletion broker_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -1481,4 +1481,4 @@ func parseDeltaPush(input string) (deltaPublicationPush, error) {
PayloadLength: payloadLength,
Payload: payload,
}, nil
}
}
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3521,4 +3521,4 @@ func toClientErr(err error) *Error {
return clientErr
}
return ErrorInternal
}
}

0 comments on commit 8f88728

Please sign in to comment.