Update formatting to use stylua

This commit is contained in:
2026-02-17 14:28:20 +01:00
parent 6a73506161
commit e461245ca6
2 changed files with 4 additions and 3 deletions

View File

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