Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kerero committed Oct 13, 2023
1 parent b74d20e commit 6b7ff07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/isar_crdt/lib/src/hlc_update_helpers.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'package:isar_crdt/src/hlc.dart';
import 'package:isar_crdt/src/isar_crdt_base_class.dart';


Hlc updatePrimitivesHlc<T>(T? oldVal, T newVal, Hlc? oldHlc) {
return oldHlc == null || oldVal != newVal ? Hlc.now() : oldHlc;
}
Expand Down

0 comments on commit 6b7ff07

Please sign in to comment.