Skip to content

Commit bddfd78

Browse files
eoghanmurraygithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 7a9de3a commit bddfd78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/rrweb/src/replay/machine.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,10 @@ export function createPlayerService(
201201
}
202202
continue;
203203
}
204-
if (event.timestamp <= baselineTime ||
205-
(isFullSnapshot && !renderedFullSnapshot)
206-
) {
204+
if (
205+
event.timestamp <= baselineTime ||
206+
(isFullSnapshot && !renderedFullSnapshot)
207+
) {
207208
if (isFullSnapshot) {
208209
renderedFullSnapshot = true;
209210
}

0 commit comments

Comments
 (0)