Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Dec 21, 2024
1 parent 447bb72 commit 87ab805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions auth/lib/ui/utils/icon_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ class IconUtils {

if (!processedIconPaths.contains(simpleIconPath)) {
allIcons[simpleEntry.key] = AllIconData(
title: simpleEntry.key,
type: IconType.simpleIcon,
color: simpleEntry.value,
slug: simpleEntry.value);
title: simpleEntry.key,
type: IconType.simpleIcon,
color: simpleEntry.value,
);
processedIconPaths.add(simpleIconPath);
}
simpleEntry = simpleIterator.moveNext() ? simpleIterator.current : null;
Expand Down

0 comments on commit 87ab805

Please sign in to comment.