Skip to content

Commit

Permalink
pr suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Nov 7, 2024
1 parent f7a65f0 commit bcad650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/amiapp_flutter/lib/src/utils/extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ extension AmiAppStringExtensions on String {
}
}

extension AmiAppDoubleExtensions on int {
extension AmiAppIntExtensions on int {
String? toTrimmedString() {
if (this % 1.0 != 0.0) {
return toString();
Expand Down

0 comments on commit bcad650

Please sign in to comment.