Skip to content

Commit e8bfb41

Browse files
Fix line length lint error in extensions.dart
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 00d1d66 commit e8bfb41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/dart_node_core/lib/src/extensions.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ extension NullableExtensions<T extends Object> on T? {
4646

4747
/// Extension methods for non-null values enabling functional transformations.
4848
///
49-
/// Provides utilities for applying transformations to values in a functional style.
49+
/// Provides utilities for applying transformations to values
50+
/// in a functional style.
5051
extension ObjectExtensions<T extends Object> on T {
5152
/// Apply function [op] to this value and return the result.
5253
///

0 commit comments

Comments
 (0)