Run gofmt

This commit is contained in:
Pancakes 2024-07-27 21:12:51 -04:00
parent ed8122cd3b
commit 9b771cbac6
No known key found for this signature in database
GPG Key ID: 5792877BFA27DC8F
4 changed files with 7 additions and 7 deletions

View File

@ -61,11 +61,11 @@ func main() {
account.DiscordClientID = *discordclientid
account.DiscordClientSecret = *discordsecretid
account.DiscordCallbackURL = *callbackurl+"/auth/discord/callback"
account.DiscordCallbackURL = *callbackurl + "/auth/discord/callback"
account.GoogleClientID = *googleclientid
account.GoogleClientSecret = *googlesecretid
account.GoogleCallbackURL = *callbackurl+"/auth/google/callback"
account.GoogleCallbackURL = *callbackurl + "/auth/google/callback"
// register gob types
gob.Register([]interface{}{})