Unverified Commit af8271b6 authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

Fix todo format (#111685)

parent 10f088e6
...@@ -927,7 +927,7 @@ void main() { ...@@ -927,7 +927,7 @@ void main() {
); );
// We must explicitly cause an "up" gesture to avoid a crash. // We must explicitly cause an "up" gesture to avoid a crash.
// todo(mattcarroll) remove this call, https://github.com/flutter/flutter/issues/19540 // TODO(mattcarroll): remove this call, https://github.com/flutter/flutter/issues/19540
await gesture.up(); await gesture.up();
}); });
......
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