diff options
| author | Per Larsson <[email protected]> | 2021-11-13 14:39:50 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2021-11-13 14:39:50 +0100 |
| commit | fc277d6dfb301c6e65c949b5cda81020aad9a22a (patch) | |
| tree | 0c0f417ddb31dfc1619a5a3a28a30dcccc24f3e6 | |
| parent | Merge branch 'main' into zcache-batch (diff) | |
| download | zen-fc277d6dfb301c6e65c949b5cda81020aad9a22a.tar.xz zen-fc277d6dfb301c6e65c949b5cda81020aad9a22a.zip | |
Format fix.
| -rw-r--r-- | zenserver/upstream/upstreamapply.h | 2 |
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 { |