Skip to content

Commit c0692da

Browse files
committed
lint
1 parent 8b07ebf commit c0692da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/filesystem/localfs_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ TEST(FileSystemFromUri, LinkedRegisteredFactory) {
140140
TEST(FileSystemFromUri, LoadedRegisteredFactory) {
141141
#ifdef __EMSCRIPTEN__
142142
GTEST_SKIP() << "Emscripten dynamic library testing disabled";
143-
#endif
143+
#endif
144144
// Since the registrar's definition is in libarrow_filesystem_example.so,
145145
// its factory will be registered only after the library is dynamically loaded.
146146
std::string path;

0 commit comments

Comments
 (0)