Skip to content

Commit

Permalink
FEDX-1708: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlessard-wf committed Oct 13, 2024
1 parent e5d2049 commit e950f47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/action.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class Action<T> extends ActionV2<T?> {
/// action.
///
class ActionV2<T> extends Object with Disposable {


@override
String get disposableTypeName => 'ActionV2';

Expand Down

0 comments on commit e950f47

Please sign in to comment.