Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy committed Nov 9, 2024
1 parent dbf2d09 commit 630b66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/typescript/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export type Span = {
};

export type Spanned<T> = {
span: Span
span: Span;
object: T;
};

Expand Down

0 comments on commit 630b66b

Please sign in to comment.