Skip to content

Commit ede7180

Browse files
committed
Address prettier warning
1 parent 8f87568 commit ede7180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type ProcessSelectionTextFn = (str: string) => string
44

55
export class Quote {
66
selection = window.getSelection()
7-
processSelectionText: ProcessSelectionTextFn = (str) => str
7+
processSelectionText: ProcessSelectionTextFn = str => str
88

99
closest(selector: string): Element | null {
1010
const startContainer = this.range.startContainer

0 commit comments

Comments
 (0)