Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Sep 10, 2024
1 parent 7ad11db commit 3380049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cam/cam.go
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ func (vs *videostore) DoCommand(_ context.Context, command map[string]interface{
}
}

func (vs *videostore) Properties(ctx context.Context) (camera.Properties, error) {
func (vs *videostore) Properties(_ context.Context) (camera.Properties, error) {
return camera.Properties{}, nil
}

Expand Down

0 comments on commit 3380049

Please sign in to comment.