From 2f40c4489cd04f0b1b398a768545cb585c413f5a Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Wed, 28 Oct 2020 21:25:22 -0400 Subject: [PATCH] gofmt pass --- event.go | 2 +- state.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/event.go b/event.go index 46e1937..67c5f7d 100644 --- a/event.go +++ b/event.go @@ -244,4 +244,4 @@ func (s *Session) onReady(r *Ready) { // Store the SessionID within the Session struct. s.sessionID = r.SessionID -} \ No newline at end of file +} diff --git a/state.go b/state.go index be5d6b6..fd77c31 100644 --- a/state.go +++ b/state.go @@ -1,4 +1,3 @@ - // Discordgo - Discord bindings for Go // Available at https://github.com/bwmarrin/discordgo