Commit 76a51409 authored by Adam Barth's avatar Adam Barth

Remove stray }

This stray line was causing an analyzer error.
parent c5ea4098
...@@ -243,5 +243,4 @@ class AndroidDevice extends _Device { ...@@ -243,5 +243,4 @@ class AndroidDevice extends _Device {
@override @override
bool isConnected() => _hasValidAndroid; bool isConnected() => _hasValidAndroid;
}
} }
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