1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-09-02 13:47:00 +02:00

add newline before return

This commit is contained in:
Deon Thomas 2022-05-10 15:52:44 -04:00
parent e56e23e24f
commit ac4967105e
No known key found for this signature in database
GPG Key ID: 0FF7DAE12CA62D67

View File

@ -46,6 +46,7 @@ func main() {
}
zerolog.TimestampFunc = func() time.Time {
return headscale.NowFromTZEnv()
}