Skip to content

Commit 4f85fec

Browse files
authored
remove empty line
1 parent f895bf7 commit 4f85fec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/demoinfocs/parsing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ func (p *parser) parseFrameS2() bool {
345345
var err error
346346

347347
buf, err = snappy.Decode(nil, buf)
348-
349348
if err != nil {
350349
if errors.Is(err, snappy.ErrCorrupt) {
351350
p.eventDispatcher.Dispatch(events.ParserWarn{

0 commit comments

Comments
 (0)