Commit 964bc6b8 authored by Abhishek Shah's avatar Abhishek Shah

fix compilation

parent b7ed9104
......@@ -58,5 +58,5 @@ func (self *cadvisorUnsupported) DockerImagesFsInfo() (cadvisorApiV2.FsInfo, err
}
func (self *cadvisorUnsupported) GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error) {
return cadvisorApi.Event{}, unsupportedErr
return []*cadvisorApi.Event{}, unsupportedErr
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment