Skip to content

Commit

Permalink
Fix lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp authored Oct 31, 2024
1 parent cbf1501 commit 94c5ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/mainmenu/content/dlg_contentdb.lua
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ local function get_formspec(dlgdata)

if package.downloading then
table.insert_all(formspec, {
"animated_image[0,0;0.5,0.5;downloading;", core.formspec_escape(defaulttexturedir .. "cdb_downloading.png"), ";3;400;;]",
"animated_image[0,0;0.5,0.5;downloading;", core.formspec_escape(defaulttexturedir .. "cdb_downloading.png"),
";3;400;;]",
})
elseif package.queued then
table.insert_all(formspec, {
Expand Down

0 comments on commit 94c5ec6

Please sign in to comment.