mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This pull request adds a local function `runInTestbed()` to **devfs_web_ddc_modules_test.dart**, which wraps the `testbed.run()` method. Several whitespace adjustments have been made as well. <br> It's much easier to read after clicking "hide whitespace". <br> Relevant style guidelines: - Prefer avoiding line breaks after assignment operators. - If you have a newline after some opening punctuation, match it on the closing punctuation. - Only use `=>` when everything, including the function declaration, fits on a single line.