chore: lint

This commit is contained in:
2025-11-26 21:13:10 +03:00
parent 1e2b717ce8
commit 0fed9a2681
6 changed files with 25 additions and 20 deletions

View File

@@ -51,8 +51,8 @@ type wholeScreenCapturer struct {
tempDirectory string
initialized bool
files []string
mu sync.RWMutex
files []string
mu sync.RWMutex
}
// Get implements ScreenCapturer.