Skip to content

Commit d88306a

Browse files
committed
Review feedback
1 parent 715d476 commit d88306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Firestore/core/src/firebase/firestore/util/executor_libdispatch.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ void DispatchSync(const dispatch_queue_t queue, std::function<void()> work) {
7474

7575
} // namespace internal
7676

77+
namespace {
78+
7779
using internal::DispatchAsync;
7880
using internal::DispatchSync;
7981

80-
namespace {
81-
8282
template <typename Work>
8383
void RunSynchronized(const ExecutorLibdispatch* const executor, Work&& work) {
8484
if (executor->IsCurrentExecutor()) {

0 commit comments

Comments
 (0)