fix: ajusta identação do IIFE

This commit is contained in:
2026-04-03 21:48:09 +00:00
parent f7d2ae09f5
commit 73f475ad2a

View File

@@ -4,7 +4,7 @@
// ========================================
(function() {
'use strict';
'use strict';
// Logger disponível globalmente (carregado antes em logger.js)
// Usar window.Logger.info('mensagem') para logs controlados