1
0
mirror of https://github.com/jiriks74/presence.nvim synced 2024-12-05 01:19:01 +01:00

stylua format

change spaces to tabs so for stylua
This commit is contained in:
RootOperator 2024-06-19 14:55:43 +02:00 committed by GitHub
parent 24cc1f6f50
commit 3b3fc250af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)