Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang authored and github-actions[bot] committed Jul 31, 2024
1 parent 21278b5 commit 9e5d4f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rrweb/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export {
IncrementalSource,
MouseInteractions,
ReplayerEvents,
type eventWithTime
type eventWithTime,
} from '@amplitude/rrweb-types';

export type { recordOptions } from './types';
Expand Down
2 changes: 1 addition & 1 deletion packages/rrweb/src/record/observer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {
styleDeclarationCallback,
styleSheetRuleCallback,
viewportResizeCallback,
customElementCallback
customElementCallback,
} from '@amplitude/rrweb-types';
import type { FontFaceSet } from 'css-font-loading-module';
import type { MutationBufferParam, observerParam } from '../types';
Expand Down

0 comments on commit 9e5d4f7

Please sign in to comment.