Skip to content

Commit e862a20

Browse files
fix fmt
1 parent a67262e commit e862a20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

core/livepeernode.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,12 +174,12 @@ type LivepeerNode struct {
174174
}
175175

176176
type LivePipeline struct {
177-
RequestID string
178-
Params string
179-
Pipeline string
180-
ControlPub *trickle.TricklePublisher
181-
StopControl func()
182-
ReportUpdate func([]byte)
177+
RequestID string
178+
Params string
179+
Pipeline string
180+
ControlPub *trickle.TricklePublisher
181+
StopControl func()
182+
ReportUpdate func([]byte)
183183

184184
StreamCtx context.Context
185185
streamCancel context.CancelCauseFunc

0 commit comments

Comments
 (0)