Skip to content

Commit a335d05

Browse files
committed
cs fix
1 parent ef4b299 commit a335d05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ protected function build(): void
3737
FileSystem::replaceFileStr(
3838
BUILD_LIB_PATH . "/pkgconfig/{$file}",
3939
'$(top_build_prefix)libltdl/libltdlc.la',
40-
'');
40+
''
41+
);
4142
}
4243
$this->patchLaDependencyPrefix();
4344
}

0 commit comments

Comments
 (0)