gitsrht-update-hook: go fmt

This commit is contained in:
Adnan Maolood 2022-02-02 14:27:57 -05:00 committed by Drew DeVault
parent 6d95477839
commit ea08854593
2 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,8 @@ import (
"log"
"os"
"github.com/vaughan0/go-ini"
"git.sr.ht/~sircmpwn/core-go/crypto"
"github.com/vaughan0/go-ini"
)
var (

View File

@ -287,6 +287,7 @@ func configureRequestAuthorization(submitter BuildSubmitter,
// TODO: Move this to scm.sr.ht
var submitBuildSkipCiPrinted bool
func SubmitBuild(submitter BuildSubmitter) ([]BuildSubmission, error) {
manifests, err := submitter.FindManifests()
if err != nil || manifests == nil {