Skip to content

Commit 1afbb63

Browse files
authored
Update compute-positions-types.d.ts
Removed semi-colon
1 parent b5ba13a commit 1afbb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/compute-positions-types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface IComputePositions {
1616
| 'bottom-end'
1717
| 'left'
1818
| 'left-start'
19-
| 'left-end';
19+
| 'left-end'
2020
offset?: number
2121
strategy?: 'absolute' | 'fixed'
2222
middlewares?: Middleware[]

0 commit comments

Comments
 (0)