image: normalize comment formatting

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2019-11-27 15:45:08 +01:00
parent a567ae3c31
commit cbc9de0abe
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -32,7 +32,7 @@ type tarexporter struct {
// LogImageEvent defines interface for event generation related to image tar(load and save) operations
type LogImageEvent interface {
//LogImageEvent generates an event related to an image operation
// LogImageEvent generates an event related to an image operation
LogImageEvent(imageID, refName, action string)
}