Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Unified Diff: lib/src/rules/empty_constructor_bodies.dart

Issue 2318333002: Fix broken markdown in docs (#306). (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/rules/camel_case_types.dart ('k') | lib/src/rules/one_member_abstracts.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « lib/src/rules/camel_case_types.dart ('k') | lib/src/rules/one_member_abstracts.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698