File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/interledger-service-util/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ mod echo_tests {
289289 assert_eq ! ( request. prepare. destination( ) , destination) ;
290290 assert_eq ! ( request. prepare. data( ) , & data[ ..] ) ;
291291 Ok ( FulfillBuilder {
292- fulfillment : fulfillment ,
292+ fulfillment,
293293 data,
294294 }
295295 . build ( ) )
@@ -335,7 +335,7 @@ mod echo_tests {
335335 assert_eq ! ( request. prepare. destination( ) , dest) ;
336336 assert_eq ! ( request. prepare. data( ) , & data[ ..] ) ;
337337 Ok ( FulfillBuilder {
338- fulfillment : fulfillment ,
338+ fulfillment,
339339 data : & [ ] ,
340340 }
341341 . build ( ) )
@@ -381,7 +381,7 @@ mod echo_tests {
381381 assert_eq ! ( request. prepare. destination( ) , source_address) ;
382382 assert_eq ! ( request. prepare. data( ) , & data[ ..] ) ;
383383 Ok ( FulfillBuilder {
384- fulfillment : fulfillment ,
384+ fulfillment,
385385 data,
386386 }
387387 . build ( ) )
You can’t perform that action at this time.
0 commit comments