Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Mar 23, 2021
1 parent aba3bbd commit 4db4c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/handlers/compat/images_build.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func parseNetworkConfigurationPolicy(network string) buildah.NetworkConfiguratio
}
}

func parseLibPodIsolation(isolation string) buildah.Isolation {
func parseLibPodIsolation(isolation string) buildah.Isolation { // nolint
if val, err := strconv.Atoi(isolation); err == nil {
return buildah.Isolation(val)
}
Expand Down

0 comments on commit 4db4c65

Please sign in to comment.