Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Nov 25, 2024
1 parent df99a0c commit 8e95bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idb_shim/lib/src/utils/value_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bool equals(dynamic value1, dynamic value2) {

/// Compare 2 values.
///
/// return `< 0` if value1 is before value2 or `> 0` if greater
/// return `&lt; 0` if value1 is before value2 or `&gt; 0` if greater
/// returns null if cannot be compared
int? compareValue(dynamic value1, dynamic value2) {
try {
Expand Down

0 comments on commit 8e95bfc

Please sign in to comment.