From 530d74d7bf6b3876bfd5e965da8e93278de7915b Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Tue, 17 Dec 2024 12:14:06 -0300 Subject: [PATCH] format --- tests/docstrings_examples/DocTest.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/docstrings_examples/DocTest.res b/tests/docstrings_examples/DocTest.res index 4caee063d4..3bf8c570bb 100644 --- a/tests/docstrings_examples/DocTest.res +++ b/tests/docstrings_examples/DocTest.res @@ -343,7 +343,7 @@ let main = async () => { { AsyncIterator.value: Some(currentValue), - done: currentValue == Array.length(chuncks) - 1 + done: currentValue == Array.length(chuncks) - 1, } })