File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -354,8 +354,7 @@ private unsafe bool ListBlockingMove()
354354 var dstKey = parseState . GetArgSliceByRef ( 1 ) ;
355355
356356 if ( ! parseState . TryGetOperationDirection ( 2 , out var srcDir ) ||
357- ! parseState . TryGetOperationDirection ( 3 , out var dstDir )
358- )
357+ ! parseState . TryGetOperationDirection ( 3 , out var dstDir ) )
359358 {
360359 return AbortWithErrorMessage ( CmdStrings . RESP_ERR_GENERIC_SYNTAX_ERROR ) ;
361360 }
@@ -772,8 +771,7 @@ private bool ListMove<TGarnetApi>(ref TGarnetApi storageApi)
772771 var dstKey = parseState . GetArgSliceByRef ( 1 ) ;
773772
774773 if ( ! parseState . TryGetOperationDirection ( 2 , out var sourceDirection ) ||
775- ! parseState . TryGetOperationDirection ( 3 , out var destinationDirection )
776- )
774+ ! parseState . TryGetOperationDirection ( 3 , out var destinationDirection ) )
777775 {
778776 return AbortWithErrorMessage ( CmdStrings . RESP_ERR_GENERIC_SYNTAX_ERROR ) ;
779777 }
@@ -1032,4 +1030,4 @@ private unsafe bool ListBlockingPopMultiple()
10321030 return true ;
10331031 }
10341032 }
1035- }
1033+ }
You can’t perform that action at this time.
0 commit comments