chore(all): apply formater

This commit is contained in:
Adrien Raffin-Caboisse
2022-08-04 10:47:00 +02:00
parent babf9470c2
commit 79688e6187
17 changed files with 137 additions and 38 deletions

View File

@@ -131,7 +131,13 @@ func (s *IntegrationDERPTestSuite) SetupSuite() {
err = s.pool.RemoveContainerByName(headscaleHostname)
if err != nil {
s.FailNow(fmt.Sprintf("Could not remove existing container before building test: %s", err), "")
s.FailNow(
fmt.Sprintf(
"Could not remove existing container before building test: %s",
err,
),
"",
)
}
log.Println("Creating headscale container")