diff --git a/internal/shell/doc.go b/internal/shell/doc.go index 67c93de47625692341e53951c1b85c7ccc272cef..13bfb5553628376f7fe7e49e5d707cb9c28fcbc7 100644 --- a/internal/shell/doc.go +++ b/internal/shell/doc.go @@ -27,4 +27,4 @@ package shell // shell.SetEnv("MY_VAR", "value") // shell.SetWorkingDir("/tmp") // cwd := shell.GetWorkingDir() -// env := shell.GetEnv() \ No newline at end of file +// env := shell.GetEnv() diff --git a/internal/shell/persistent.go b/internal/shell/persistent.go index 9038caaad67c46427e1852cd4ff68a5faa5b14b3..33f80e7b3f109d67ed8a3ef039acf089f793e0ea 100644 --- a/internal/shell/persistent.go +++ b/internal/shell/persistent.go @@ -35,4 +35,4 @@ type loggingAdapter struct{} func (l *loggingAdapter) InfoPersist(msg string, keysAndValues ...interface{}) { logging.InfoPersist(msg, keysAndValues...) -} \ No newline at end of file +} diff --git a/internal/shell/shell.go b/internal/shell/shell.go index a80ce4a0237d82a6fdce08b9bf4752a2b6e1dcf5..0467c9072c5111e4b4ea9a5439519e4edf76af46 100644 --- a/internal/shell/shell.go +++ b/internal/shell/shell.go @@ -323,4 +323,3 @@ func ExitCode(err error) int { } return 1 } -