mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Style fixes from go vet.
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ func aptlyTaskRun(cmd *commander.Command, args []string) error {
|
||||
return fmt.Errorf("no such file, %s\n", filename)
|
||||
}
|
||||
|
||||
fmt.Println("Reading file...\n")
|
||||
fmt.Print("Reading file...\n\n")
|
||||
|
||||
var file *os.File
|
||||
file, err = os.Open(filename)
|
||||
|
||||
Reference in New Issue
Block a user