aboutsummaryrefslogtreecommitdiff
path: root/zenserver/compute/apply.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-08-31 15:25:09 +0200
committerPer Larsson <[email protected]>2021-08-31 15:25:09 +0200
commitb0d04a27557043037169f0b5ff66ccfb4152c534 (patch)
treee9290eb45dce63545b42083a5af2c4233c22f56c /zenserver/compute/apply.cpp
parentAsynchronous upstream caching to Jupiter (diff)
downloadzen-b0d04a27557043037169f0b5ff66ccfb4152c534.tar.xz
zen-b0d04a27557043037169f0b5ff66ccfb4152c534.zip
Format fix.
Diffstat (limited to 'zenserver/compute/apply.cpp')
-rw-r--r--zenserver/compute/apply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp
index 32088ecc2..b0d21d53a 100644
--- a/zenserver/compute/apply.cpp
+++ b/zenserver/compute/apply.cpp
@@ -879,7 +879,7 @@ HttpFunctionService::ExecAction(const WorkerDesc& Worker, CbObject Action)
{
throw std::system_error(ChunkData.ErrorCode, "Failed to read build output chunk file");
}
-
+
ZEN_ASSERT(OutputData.Data.size() == 1);
CbAttachment Attachment(SharedBuffer(ChunkData.Data[0]), Hash);