Skip to content

Commit 0f03147

Browse files
authored
remove unnecessary comment (flutter#82650)
1 parent d6d3f0e commit 0f03147

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/flutter_tools/lib/src/base/utils.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ const int kMinColumnWidth = 10;
183183
/// [arguments]
184184
/// ```
185185
///
186-
/// If [columnWidth] is not specified, then the column width will be the
187-
/// [outputPreferences.wrapColumn], which is set with the --wrap-column option.
188-
///
189186
/// If [outputPreferences.wrapText] is false, then the text will be returned
190187
/// unchanged. If [shouldWrap] is specified, then it overrides the
191188
/// [outputPreferences.wrapText] setting.

0 commit comments

Comments
 (0)