Unverified Commit 2c998d8b authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

fix indentation of class members (#84293)

parent 04933efb
...@@ -462,7 +462,8 @@ void main() { ...@@ -462,7 +462,8 @@ void main() {
} }
class TestDeviceManager extends DeviceManager { class TestDeviceManager extends DeviceManager {
TestDeviceManager(List<Device> allDevices, { TestDeviceManager(
List<Device> allDevices, {
List<DeviceDiscovery> deviceDiscoveryOverrides, List<DeviceDiscovery> deviceDiscoveryOverrides,
@required Logger logger, @required Logger logger,
@required Terminal terminal, @required Terminal terminal,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment