Skip to content

Commit 532ec84

Browse files
Add missing void annotation: refs #32161
Change-Id: Ifee22c00bd9384faef8ee48c1d7fd92879609ce4 Reviewed-on: https://dart-review.googlesource.com/42321 Commit-Queue: Mike Fairhurst <[email protected]> Reviewed-by: Paul Berry <[email protected]>
1 parent c840168 commit 532ec84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analyzer/test/src/task/options_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ContextConfigurationTest extends AbstractContextTest {
4646

4747
AnalysisOptions get analysisOptions => context.analysisOptions;
4848

49-
configureContext(String optionsSource) =>
49+
void configureContext(String optionsSource) =>
5050
applyToAnalysisOptions(analysisOptions, parseOptions(optionsSource));
5151

5252
Map<String, YamlNode> parseOptions(String source) =>

0 commit comments

Comments
 (0)