good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 6e182b29 authored by a's avatar a
Browse files

remove extra newline

parent 9bd50a37
Branches
Tags v0.4.1
No related merge requests found
Pipeline #51141 passed
...@@ -103,7 +103,6 @@ func (c *SseCodec) Flush() error { ...@@ -103,7 +103,6 @@ func (c *SseCodec) Flush() error {
Event: []byte("object"), Event: []byte("object"),
Data: &c.cur, Data: &c.cur,
}) })
c.w.Write([]byte{'\n'})
if c.f != nil { if c.f != nil {
c.f.Flush() c.f.Flush()
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment