Skip to content

Commit 8b19be9

Browse files
committed
fmt
1 parent 5e43894 commit 8b19be9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ fn check_php_version(info: &PHPInfo) -> Result<()> {
232232

233233
const PHP_84_API_VER: u32 = 20240924;
234234

235-
println!("cargo::rustc-check-cfg=cfg(php80, php81, php82, php83, php84, php_zts, php_debug, docs)");
235+
println!(
236+
"cargo::rustc-check-cfg=cfg(php80, php81, php82, php83, php84, php_zts, php_debug, docs)"
237+
);
236238
println!("cargo:rustc-cfg=php80");
237239

238240
if (PHP_81_API_VER..PHP_82_API_VER).contains(&version) {

0 commit comments

Comments
 (0)