Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
fix merging error
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Albisson authored and Damien Albisson committed Jul 4, 2024
1 parent 0e66724 commit 186e3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/utils_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ String formatValueInBaseMilliMicro(double value, String prefix, String suffix) {
newSuffix = suffix;
}
return "$prefix$newValue $newSuffix";
}

// typeAttribute example : "power"
// attributeName example : "value"
Expand Down

0 comments on commit 186e3ec

Please sign in to comment.