Skip to content

Commit 22859ec

Browse files
committed
Fix: Fix formatting issue.
1 parent 8b94162 commit 22859ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/reactter/lib/src/objs/obj_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ part of '../objs.dart';
3838
/// {@endtemplate}
3939
class Obj<T> with ObjBase<T> {
4040
T value;
41-
41+
4242
/// {@macro obj}
4343
Obj(this.value);
4444
}

0 commit comments

Comments
 (0)