Skip to content

Commit

Permalink
Revert debugging cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Dec 19, 2024
1 parent 6330b99 commit ce1684b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/swift2objc/lib/src/transformer/transform.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ Declaration transformDeclaration(
parentNamer,
transformationMap,
),
_ => throw UnimplementedError('${declaration.runtimeType}'),
_ => throw UnimplementedError(),
};
}

0 comments on commit ce1684b

Please sign in to comment.