Skip to content

Commit 4d4c01c

Browse files
committed
Fixed #27260: gofmt
Signed-off-by: ByoungUk Lee <[email protected]>
1 parent 253b806 commit 4d4c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpod/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (r *Runtime) NewSecretEvent(status events.Status, secretID string) {
202202
}
203203

204204
// NewArtifactEvent creates a new event for a libpod artifact
205-
func (r *Runtime) NewArtifactEvent(status events.Status, name, digest string, attr map[string]string){
205+
func (r *Runtime) NewArtifactEvent(status events.Status, name, digest string, attr map[string]string) {
206206
e := events.NewEvent(status)
207207
e.Type = events.Artifact
208208
e.Name = name

0 commit comments

Comments
 (0)