Skip to content

Commit d2f2b93

Browse files
committed
fix: format
1 parent 90afab5 commit d2f2b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/rum/src/types/sessionReplay.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ export type AddDocTypeNodeChange = [
419419
'#doctype' | StringReference,
420420
StringOrStringReference,
421421
StringOrStringReference,
422-
StringOrStringReference
422+
StringOrStringReference,
423423
]
424424
/**
425425
* Browser-specific. Schema representing a string, either expressed as a literal or as an index into the string table.
@@ -560,7 +560,7 @@ export type VisualViewportChange = [
560560
VisualViewportPageTop,
561561
VisualViewportWidth,
562562
VisualViewportHeight,
563-
VisualViewportScale
563+
VisualViewportScale,
564564
]
565565
/**
566566
* The offset of the left edge of the visual viewport from the left edge of the layout viewport in CSS pixels.

0 commit comments

Comments
 (0)