Skip to content

Commit

Permalink
Merge pull request #81 from mathuo/77-fix-sonar-code-smells-from-new-…
Browse files Browse the repository at this point in the history
…rule

chore: fix sonar code smells
  • Loading branch information
mathuo authored Apr 24, 2022
2 parents f852f2f + 5c61854 commit 4df08e0
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 4df08e0

Please sign in to comment.