1
0
Fork 0
mirror of https://github.com/jiriks74/presence.nvim synced 2025-04-05 12:03:00 +02: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

View file

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