Update formatting to use stylua
This commit is contained in:
@@ -3,6 +3,7 @@ if not lib then
|
||||
return
|
||||
end
|
||||
|
||||
-- stylua: ignore
|
||||
local DEFAULT_MEDIA_TABLE = {
|
||||
background = {
|
||||
["Blizzard Dialog Background"] = "Interfacee\\DialogFrame\\UI-DialogBox-Background",
|
||||
@@ -58,7 +59,6 @@ end
|
||||
|
||||
local DEFAULT_MEDIA_LIST = MakeDefaultList()
|
||||
|
||||
|
||||
-- Interopability with a proprietary alternative is contained in this block
|
||||
do
|
||||
local libsm = LibStub:GetLibrary("LibSharedMedia-3.0", true)
|
||||
@@ -87,7 +87,6 @@ do
|
||||
lib.mediaList = libsm.MediaList
|
||||
end
|
||||
|
||||
|
||||
---@param kind string The kind of media you are registering. E.g. "font" or "background"
|
||||
---@param identifier string Named identifier for the media
|
||||
---@param data any
|
||||
@@ -111,7 +110,6 @@ local function RegisterOne(kind, identifier, data)
|
||||
return true
|
||||
end
|
||||
|
||||
|
||||
---@param kind string The kind of media you are registering. E.g. "font" or "background"
|
||||
---@param identifier string Named identifier for the media
|
||||
---@param data any
|
||||
|
||||
Reference in New Issue
Block a user