From 48a13e1fe8c1e4340e04bdcb697237815c526a1c Mon Sep 17 00:00:00 2001 From: mavolin <48887425+mavolin@users.noreply.github.com> Date: Fri, 15 May 2020 20:38:22 +0200 Subject: [PATCH] API: add missing trailing linefeed --- api/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/user.go b/api/user.go index 49e7318..848e7aa 100644 --- a/api/user.go +++ b/api/user.go @@ -84,4 +84,4 @@ func (c *Client) CreatePrivateChannel(recipientID discord.Snowflake) (*discord.C func (c *Client) UserConnections() ([]discord.Connection, error) { var conn []discord.Connection return conn, c.RequestJSON(&conn, "GET", EndpointMe+"/connections") -} \ No newline at end of file +}