Skip to content

Commit e2b4fcb

Browse files
committed
style(ad_platform_config_form): remove unnecessary comment
- Removed the redundant comment "// Local Ad Management (Non-functional as requested)" - Simplified the comment to "// Local Ad Management"
1 parent 455d918 commit e2b4fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app_configuration/widgets/ad_platform_config_form.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class _AdPlatformConfigFormState extends State<AdPlatformConfigForm> {
297297
),
298298
const SizedBox(height: AppSpacing.lg),
299299

300-
// Local Ad Management (Non-functional as requested)
300+
// Local Ad Management
301301
if (_selectedPlatform == AdPlatformType.local)
302302
ExpansionTile(
303303
title: Text(l10n.localAdManagementTitle),

0 commit comments

Comments
 (0)