mirror of
https://github.com/jiriks74/presence.nvim
synced 2025-04-05 03:53:02 +02:00
stylua format
change spaces to tabs so for stylua
This commit is contained in:
parent
24cc1f6f50
commit
3b3fc250af
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ function Discord:authorize(on_authorize)
|
|||
local payload = {
|
||||
client_id = self.client_id,
|
||||
v = 1,
|
||||
nonce = "initial-ready",
|
||||
nonce = "initial-ready",
|
||||
}
|
||||
|
||||
self:call(self.opcodes.auth, payload, on_authorize)
|
||||
|
|
Loading…
Reference in a new issue