Skip to content

Commit 8759ecd

Browse files
linting
1 parent 7764069 commit 8759ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-on-rails-pro-node-renderer/tests/htmlStreaming.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const makeRequest = async (options = {}) => {
4949
.split('\n')
5050
.map((chunk) => chunk.trim())
5151
.filter((chunk) => chunk.length > 0);
52-
52+
5353
if (!decodedData.endsWith('\n')) {
5454
buffer = decodedChunksFromData.pop() ?? '';
5555
} else {

0 commit comments

Comments
 (0)