1
0
mirror of https://github.com/rancher/os.git synced 2025-07-07 11:58:38 +00:00

autoformat

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit 2017-06-20 21:54:46 +10:00
parent 45e422d01e
commit c94a683b87

View File

@ -27,7 +27,6 @@ func AutologinMain() {
app.Run(os.Args) app.Run(os.Args)
} }
func autologinAction(c *cli.Context) error { func autologinAction(c *cli.Context) error {
cmd := exec.Command("/bin/stty", "sane") cmd := exec.Command("/bin/stty", "sane")
cmd.Stderr = os.Stderr cmd.Stderr = os.Stderr
@ -69,4 +68,3 @@ func autologinAction(c *cli.Context) error {
} }
return nil return nil
} }