From 07b6083d0180197229f3173b62d8e14e6db5ed89 Mon Sep 17 00:00:00 2001 From: Chris Bell Date: Thu, 14 Nov 2024 11:18:30 -0500 Subject: [PATCH] chore: fmt --- content/designing-workflows/batch-function.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/designing-workflows/batch-function.mdx b/content/designing-workflows/batch-function.mdx index fb974590..c57fb471 100644 --- a/content/designing-workflows/batch-function.mdx +++ b/content/designing-workflows/batch-function.mdx @@ -246,7 +246,9 @@ If you want to branch on whether the first item in a batch was flushed or not, y emoji="💡" text={ <> - Please note: if there is never a second item added to the batch, the batch will noop on closing as there is nothing in it to execute. + Please note: if there is never a second + item added to the batch, the batch will noop on closing as there is + nothing in it to execute. } />