Skip to content

Commit 10eff91

Browse files
committed
Format.
1 parent 518965c commit 10eff91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

browser-extension/src/entrypoints/content.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ const enhancedTextareas = new TextareaRegistry()
99
// Expose for debugging in har:view
1010
;(window as any).gitcassoTextareaRegistry = enhancedTextareas
1111

12-
function sendEventToBackground(type: 'ENHANCED' | 'DESTROYED', spot: CommentSpot, textarea?: HTMLTextAreaElement): void {
12+
function sendEventToBackground(
13+
type: 'ENHANCED' | 'DESTROYED',
14+
spot: CommentSpot,
15+
textarea?: HTMLTextAreaElement,
16+
): void {
1317
const message: CommentEvent = {
1418
spot,
1519
type,

0 commit comments

Comments
 (0)