tree-wide: run go fmt

This commit is contained in:
Lars Karlitski 2020-03-10 18:11:09 +01:00 committed by Tom Gundersen
parent bd46389059
commit efb2975e36
2 changed files with 2 additions and 2 deletions

View file

@ -7,8 +7,8 @@ import (
"github.com/osbuild/osbuild-composer/internal/rcm"
"io/ioutil"
"log"
"path"
"os"
"path"
"github.com/osbuild/osbuild-composer/internal/common"
"github.com/osbuild/osbuild-composer/internal/distro"

View file

@ -40,7 +40,7 @@ func main() {
// Case 1: POST request
resp, err := http.Post(socket + endpoint, "application/json", strings.NewReader(submitBody))
resp, err := http.Post(socket+endpoint, "application/json", strings.NewReader(submitBody))
if err != nil {
log.Fatal("Failed to submit a compose: ", err.Error())
}