From 3d15bd651ce82ad37f8fcb6fc2fbaa8b1c839242 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 28 Jul 2025 13:37:57 +0100 Subject: dprint fmt --- requirements/catalogue/req-037.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'requirements/catalogue/req-037.md') diff --git a/requirements/catalogue/req-037.md b/requirements/catalogue/req-037.md index 305f09e..37cdc45 100644 --- a/requirements/catalogue/req-037.md +++ b/requirements/catalogue/req-037.md @@ -15,8 +15,8 @@ Inputs: 1. Let `prev_drip` be a drip `d` with a most recent value for the property `date` such that `d.bucket_id = bucket.id` -2. For each calendar date `d` in the range `(prev_drip.date, today]`, let - `pipe` be the result of `get_current_pipe_for_bucket_on_date(bucket, d)` as +2. For each calendar date `d` in the range `(prev_drip.date, today]`, let `pipe` + be the result of `get_current_pipe_for_bucket_on_date(bucket, d)` as described in req-117, and insert a new drip with these properties: - `bucket_id`: `pipe.bucket_id` - `pipe_id`: `pipe.id` -- cgit v1.2.3