Skip to content

Commit 5737a58

Browse files
committed
typo
1 parent 36f1b7c commit 5737a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/inmemorychannel/event_dispatcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (d *InMemoryEventDispatcher) WaitReady() {
7070
func NewEventDispatcher(args *InMemoryEventDispatcherArgs) *InMemoryEventDispatcher {
7171
readTimeout := args.ReadTimeout
7272
if readTimeout <= 0 {
73-
readTimeout = 30 * time.Second // default fallback
73+
readTimeout = 30 * time.Second
7474
}
7575

7676
bindingsReceiver := kncloudevents.NewHTTPEventReceiver(

0 commit comments

Comments
 (0)