Unverified Commit 09542fe3 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

fix dart analysis error (#20698)

parent e56a73e4
......@@ -1188,7 +1188,7 @@ class _MatchAnythingExceptClip extends _FailWithDescriptionMatcher {
@override
Description describe(Description description) {
description.add('does not have a clip as an immediate child');
return description.add('does not have a clip as an immediate child');
}
}
......@@ -1730,4 +1730,4 @@ class _DoesNotMatchAccessibilityGuideline extends AsyncMatcher {
return 'Failed';
return null;
}
}
\ No newline at end of file
}
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