diff --git a/flow/Platform.actor.cpp b/flow/Platform.actor.cpp index 3b2f683077..8edc6447e9 100644 --- a/flow/Platform.actor.cpp +++ b/flow/Platform.actor.cpp @@ -2417,7 +2417,7 @@ bool acceptDirectory( FILE_ATTRIBUTE_DATA fileAttributes, std::string const& nam } ACTOR Future> findFiles( std::string directory, std::string extension, - bool directoryOnly, bool async) { + bool directoryOnly, bool async) { INJECT_FAULT( platform_error, "findFiles" ); state vector result; state int64_t tsc_begin = __rdtsc();