Skip to content

Commit

Permalink
Add blank line after first sentence of doc comment for `CheckedModeBa…
Browse files Browse the repository at this point in the history
…nner` (#103490)
  • Loading branch information
nilsreichardt committed May 13, 2022
1 parent 17b87e5 commit 2b2cda1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flutter/lib/src/widgets/banner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class Banner extends StatelessWidget {

/// Displays a [Banner] saying "DEBUG" when running in debug mode.
/// [MaterialApp] builds one of these by default.
///
/// Does nothing in release mode.
class CheckedModeBanner extends StatelessWidget {
/// Creates a const debug mode banner.
Expand Down

0 comments on commit 2b2cda1

Please sign in to comment.