mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-18 14:32:01 +09:00
chore(all): apply formater
This commit is contained in:
@@ -351,7 +351,11 @@ func (h *Headscale) OIDCCallback(
|
||||
Caller().
|
||||
Err(err).
|
||||
Msg("Failed to refresh machine")
|
||||
http.Error(writer, "Failed to refresh machine", http.StatusInternalServerError)
|
||||
http.Error(
|
||||
writer,
|
||||
"Failed to refresh machine",
|
||||
http.StatusInternalServerError,
|
||||
)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user