Skip to content

Commit 2b0a0bd

Browse files
committed
fix cs
1 parent e8d1970 commit 2b0a0bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SPC/builder/unix/library/krb5.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ protected function build(): void
3030
$args = [
3131
'--disable-nls',
3232
'--disable-rpath',
33-
'--without-system-verto'];
33+
'--without-system-verto',
34+
];
3435
if (PHP_OS_FAMILY === 'Darwin') {
3536
$args[] = 'ac_cv_func_secure_getenv=no';
3637
}

0 commit comments

Comments
 (0)