tree-wide: run go fmt
This commit is contained in:
parent
bd46389059
commit
efb2975e36
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue