Skip to content

Commit 65c3b3e

Browse files
committed
chore: format
1 parent add414a commit 65c3b3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- Fix atom-package-deps issues (#60)
44
-
5+
56
### 2.3.4
67

78
- Fix copying from overlays on MacOS (#58)

types-packages/datatip.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ export interface DatatipProvider {
2929
providerName: string
3030
datatip(
3131
editor: Atom.TextEditor,
32-
bufferPosition: Atom.Point
32+
bufferPosition: Atom.Point,
3333
/**
3434
* The mouse event that triggered the datatip.
3535
* This is null for manually toggled datatips.
36-
*/,
36+
*/
3737
mouseEvent?: MouseEvent | null
3838
): Promise<Datatip | undefined | null>
3939

0 commit comments

Comments
 (0)