Commit a6b69aab authored by Ramon Nou's avatar Ramon Nou
Browse files

format lint

parent affa85fc
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -326,7 +326,8 @@ forward_get_dirents_single_proxy(const string& path, int server) {
            try {
                LOG(DEBUG,
                    "{}() Sending RPC to proxy '{}' (attempt {}, buffer size {})",
                    __func__, CTX->proxy_address_str(), attempt + 1, buffer_size);
                    __func__, CTX->proxy_address_str(), attempt + 1,
                    buffer_size);

                auto handle =
                        ld_proxy_service
+1 −1

File changed.

Contains only whitespace changes.