Skip to content

Commit

Permalink
Remove extra spaces (formatting)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustyholmes-wf committed Sep 29, 2023
1 parent 7b4b04d commit 96665fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/lifecycle_module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ abstract class LifecycleModule extends SimpleModule with Disposable {
}

/// Provide a way for a module to update its children's parentContext that is compatible with mocking in 2.19.
///
///
/// This is only intended for use within this file and is marked protected.
@protected
set parentContext(SpanContext? context) => _parentContext = context;
Expand Down

0 comments on commit 96665fb

Please sign in to comment.