Skip to content

Commit

Permalink
nullable parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Marchenko committed Jan 8, 2024
1 parent b6400a5 commit ffd5585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/custom_lint_builder/lib/src/client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class _CustomLintAnalysisConfigs {

factory _CustomLintAnalysisConfigs.from(
Pubspec pubspecForContext,
PackageConfig packageConfig,
PackageConfig? packageConfig,
AnalysisContext analysisContext,
CustomLintPluginClient client,
) {
Expand Down

0 comments on commit ffd5585

Please sign in to comment.