Skip to content

Commit

Permalink
update: remove an unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
dependentmadani committed Jul 24, 2024
1 parent 9ce343d commit 3626da1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export default class ImageTool implements BlockTool {

/**
* Renders Block content
* @returns
*/
public render(): HTMLDivElement {
return this.ui.render(this.data) as HTMLDivElement;
Expand Down Expand Up @@ -349,7 +348,6 @@ export default class ImageTool implements BlockTool {

/**
* Return Tool data
* @returns
*/
private get data(): ImageToolData {
return this._data;
Expand Down

0 comments on commit 3626da1

Please sign in to comment.