Skip to content

Commit

Permalink
fix: return instance
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Sep 16, 2023
1 parent e8a388d commit 3c50b41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export class Style {
}

symbols.Border(this.#handle, ptr(encode(style)), top, right, bottom, left)
return this
}

BorderStyle(style: BorderStyle) {
Expand Down

0 comments on commit 3c50b41

Please sign in to comment.