whitespace changes

Co-authored-by: Brandon Sturgeon <brandon@brandonsturgeon.com>
This commit is contained in:
plally 2022-07-12 19:38:56 -04:00 committed by GitHub
parent 21be93a901
commit 3d8b1ebd03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ end
local function wrapHTMLPanel( panelName )
print( "wrapped SetHTML and OpenURL for "..panelName )
print( "Wrapping SetHTML and OpenURL for " .. panelName )
local funcName = function( functionName )
return "_"..panelName.."_"..functionName
end