Skip to content

Commit 70715ba

Browse files
committed
Fixed another indentation
1 parent 80a27b3 commit 70715ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/Predis/Command/Redis/FCALL_RO_Test.php

+1-5
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,7 @@ public function testThrowsExceptionOnWriteContextFunction(): void
9595
$this->assertSame(
9696
self::LIB_NAME,
9797
$redis->function->load(
98-
"#!lua name=mylib
99-
redis.register_function(
100-
'myfunc',
101-
function(keys, args) return redis.call('GET', keys[1]) end
102-
)"
98+
"#!lua name=mylib \n redis.register_function('myfunc',function(keys, args) return redis.call('GET', keys[1]) end)"
10399
)
104100
);
105101

0 commit comments

Comments
 (0)