| Index: lib/src/rules/type_init_formals.dart
|
| diff --git a/lib/src/rules/type_init_formals.dart b/lib/src/rules/type_init_formals.dart
|
| index 530623bf6ef4467aa9b642d62fe70b19c72acbcc..490a24b1955aa94a0faae4fbd2dd7f47eb4e1cce 100644
|
| --- a/lib/src/rules/type_init_formals.dart
|
| +++ b/lib/src/rules/type_init_formals.dart
|
| @@ -11,7 +11,7 @@ import 'package:linter/src/linter.dart';
|
| const desc = "Don't type annotate initializing formals.";
|
|
|
| const details = r'''
|
| -From the [style guide] (https://www.dartlang.org/articles/style-guide/):
|
| +From the [style guide](https://www.dartlang.org/articles/style-guide/):
|
|
|
| **DON'T** type annotate initializing formals.
|
|
|
|
|