Linting.
All checks were successful
Linting and tests / Linting (push) Successful in 5s

This commit is contained in:
2025-09-13 09:24:15 +05:00
parent 0c37f46b53
commit 1bf8a5b124
3 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ import (
"bunker/client/internal/services/core/mainwindow/dto"
)
func (m *mainWindow) AddTab(tab *dto.Tab) {
func (m *mainWindow) AddTab(_ *dto.Tab) {
}