Skip to content

Commit aa337c0

Browse files
committed
space ._.
1 parent cc1f899 commit aa337c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function build(): void
5252

5353
$re2Content = file_get_contents($this->source_dir . '/third_party/re2/re2.pc');
5454
$re2Content = 'prefix=' . BUILD_ROOT_PATH . "\nexec_prefix=\${prefix}\n" . $re2Content;
55-
file_put_contents(BUILD_LIB_PATH. '/pkgconfig/re2.pc', $re2Content);
55+
file_put_contents(BUILD_LIB_PATH . '/pkgconfig/re2.pc', $re2Content);
5656
$this->patchPkgconfPrefix(['grpc++.pc', 'grpc.pc', 'grpc++_unsecure.pc', 'grpc_unsecure.pc', 're2.pc']);
5757
}
5858
}

0 commit comments

Comments
 (0)