lint: fix extraneous spacing

This commit is contained in:
41666 2019-03-20 00:26:51 -05:00
parent 136e73d770
commit abdfc1ab85

View file

@ -232,7 +232,6 @@ class DiscordService extends Service {
}
}
// returns oauth authorize url with IDENTIFY permission
// we only need IDENTIFY because we only use it for matching IDs from the bot
getAuthUrl (state: string): string {