aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-11-13 14:39:50 +0100
committerPer Larsson <[email protected]>2021-11-13 14:39:50 +0100
commitfc277d6dfb301c6e65c949b5cda81020aad9a22a (patch)
tree0c0f417ddb31dfc1619a5a3a28a30dcccc24f3e6
parentMerge branch 'main' into zcache-batch (diff)
downloadzen-fc277d6dfb301c6e65c949b5cda81020aad9a22a.tar.xz
zen-fc277d6dfb301c6e65c949b5cda81020aad9a22a.zip
Format fix.
-rw-r--r--zenserver/upstream/upstreamapply.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/upstream/upstreamapply.h b/zenserver/upstream/upstreamapply.h
index 8f72660c7..98f193c02 100644
--- a/zenserver/upstream/upstreamapply.h
+++ b/zenserver/upstream/upstreamapply.h
@@ -89,7 +89,7 @@ struct UpstreamApplyStatus
std::chrono::steady_clock::time_point ExpireTime{};
};
-using UpstreamApplyTasks = std::unordered_map<IoHash, std::unordered_map<IoHash, UpstreamApplyStatus>>;
+using UpstreamApplyTasks = std::unordered_map<IoHash, std::unordered_map<IoHash, UpstreamApplyStatus>>;
struct UpstreamEndpointHealth
{