Browse Source

gofmt pass

Carson Hoffman 3 years ago
parent
commit
2f40c4489c
2 changed files with 1 additions and 2 deletions
  1. 1 1
      event.go
  2. 0 1
      state.go

+ 1 - 1
event.go

@@ -244,4 +244,4 @@ func (s *Session) onReady(r *Ready) {
 
 	// Store the SessionID within the Session struct.
 	s.sessionID = r.SessionID
-}
+}

+ 0 - 1
state.go

@@ -1,4 +1,3 @@
-
 // Discordgo - Discord bindings for Go
 // Available at https://github.com/bwmarrin/discordgo