Skip to content

Commit

Permalink
chore: fix sonar code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Apr 24, 2022
1 parent 306a54a commit 5c61854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dockview/src/react/dockview/reactHeaderPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ export class ReactPanelHeaderPart implements ITabRenderer {
};
}

public layout(width: number, height: number) {
public layout(_width: number, _height: number) {
// noop - retrieval from api
}

public updateParentGroup(
group: GroupviewPanel,
isPanelVisible: boolean
_group: GroupviewPanel,
_isPanelVisible: boolean
): void {
// noop - retrieval from api
}
Expand Down

0 comments on commit 5c61854

Please sign in to comment.