Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Dec 17, 2024
1 parent 06090db commit 530d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docstrings_examples/DocTest.res
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ let main = async () => {

{
AsyncIterator.value: Some(currentValue),
done: currentValue == Array.length(chuncks) - 1
done: currentValue == Array.length(chuncks) - 1,
}
})

Expand Down

0 comments on commit 530d74d

Please sign in to comment.