Skip to content

Commit ce67a00

Browse files
reciever name consistency
Signed-off-by: thomas-tacquet <thomas@tacquet.net>
1 parent c1630ab commit ce67a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messageids.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (d *DummyToken) Error() error {
114114
return nil
115115
}
116116

117-
func (p *DummyToken) setError(e error) {}
117+
func (d *DummyToken) setError(e error) {}
118118

119119
// PlaceHolderToken does nothing and was implemented to allow a messageid to be reserved
120120
// it differs from DummyToken in that calling flowComplete does not generate an error (it

0 commit comments

Comments
 (0)