mirror of
https://github.com/containers/skopeo.git
synced 2025-09-06 17:20:57 +00:00
Add missing comment punctuation
golangci-lint linter: godot Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -7,6 +7,6 @@ import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
// cmdLifecycleToParentIfPossible tries to exit if the parent process exits (only works on Linux)
|
||||
// cmdLifecycleToParentIfPossible tries to exit if the parent process exits (only works on Linux).
|
||||
func cmdLifecycleToParentIfPossible(c *exec.Cmd) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user