| Index: lib/src/rules/empty_constructor_bodies.dart
|
| diff --git a/lib/src/rules/empty_constructor_bodies.dart b/lib/src/rules/empty_constructor_bodies.dart
|
| index 4fb1d66c8a945df1956ab5439637635dc188eb61..642c890a45f548b0a96e76652780ef48312b6b5e 100644
|
| --- a/lib/src/rules/empty_constructor_bodies.dart
|
| +++ b/lib/src/rules/empty_constructor_bodies.dart
|
| @@ -12,7 +12,7 @@ import 'package:linter/src/linter.dart';
|
| const desc = 'Use `;` instead of `{}` for empty constructor bodies.';
|
|
|
| const details = '''
|
| -From the [style guide] (https://www.dartlang.org/articles/style-guide/):
|
| +From the [style guide](https://www.dartlang.org/articles/style-guide/):
|
|
|
| **DO** use ; instead of {} for empty constructor bodies.
|
|
|
|
|