Skip to content

Commit 735e019

Browse files
authored
Fix broken apple tests
Differential Revision: D65490319 Pull Request resolved: #6664
1 parent c5b88cc commit 735e019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/data_loader/file_data_loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ FileDataLoader::~FileDataLoader() {
7676
::close(fd_);
7777
}
7878

79-
Result<int> getFDFromUri(const char* file_descriptor_uri) {
79+
static Result<int> getFDFromUri(const char* file_descriptor_uri) {
8080
// check if the uri starts with the prefix "fd://"
8181
ET_CHECK_OR_RETURN_ERROR(
8282
strncmp(

0 commit comments

Comments
 (0)