fix: lint warning

This commit is contained in:
lilong.129
2024-11-23 15:13:56 +08:00
parent ef37d88e0b
commit 9293c05a66
7 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -338,5 +338,6 @@ func (hd *hdcDriver) RecordScreen(folderPath string, duration time.Duration) (vi
return "", nil
}
func (hd *hdcDriver) TearDown() {
func (hd *hdcDriver) TearDown() error {
return nil
}