Skip to content

Commit 530d74d

Browse files
committed
format
1 parent 06090db commit 530d74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docstrings_examples/DocTest.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ let main = async () => {
343343

344344
{
345345
AsyncIterator.value: Some(currentValue),
346-
done: currentValue == Array.length(chuncks) - 1
346+
done: currentValue == Array.length(chuncks) - 1,
347347
}
348348
})
349349

0 commit comments

Comments
 (0)