Skip to content

Commit 5120ad7

Browse files
authored
Update FileUtils.h
1 parent e5bd416 commit 5120ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-executorch/common/rnexecutorch/data_processing

packages/react-native-executorch/common/rnexecutorch/data_processing/FileUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ inline std::string loadBytesFromFile(const std::string &path) {
2525
data.resize(size);
2626
fs.read(data.data(), size);
2727
return data;
28-
};
28+
}
2929

3030
} // namespace rnexecutorch::file_utils

0 commit comments

Comments
 (0)