Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamjenson committed Aug 21, 2023
1 parent 469c486 commit f8d2cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engineio/payload/encoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (e *encoder) writeB64Header() error {

func (e *encoder) calcCodeUnitLength() int64 {
var l int64 = 1
var codeUnitSize int64 = 0
var codeUnitSize int64
bytes := e.frameCache.Bytes()
for i := range bytes {
b := bytes[i]
Expand Down

0 comments on commit f8d2cfd

Please sign in to comment.