mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-23 08:40:47 +09:00
Go format with shorter lines
This commit is contained in:
@@ -17,8 +17,10 @@ var _ = check.Suite(&Suite{})
|
||||
|
||||
type Suite struct{}
|
||||
|
||||
var tmpDir string
|
||||
var h Headscale
|
||||
var (
|
||||
tmpDir string
|
||||
h Headscale
|
||||
)
|
||||
|
||||
func (s *Suite) SetUpTest(c *check.C) {
|
||||
s.ResetDB(c)
|
||||
|
||||
Reference in New Issue
Block a user