Index: pkg/analysis_server/lib/src/constants.dart |
diff --git a/pkg/analysis_server/lib/src/constants.dart b/pkg/analysis_server/lib/src/constants.dart |
index 9e5f50b4f9e77b238ea80193d19e1c0df122fe4d..befda899a7d5fc787a4185d8886c84b704a09568 100644 |
--- a/pkg/analysis_server/lib/src/constants.dart |
+++ b/pkg/analysis_server/lib/src/constants.dart |
@@ -56,9 +56,8 @@ const String COMPLETION_RESULTS = 'completion.results'; |
const String SEARCH_FIND_ELEMENT_REFERENCES = 'search.findElementReferences'; |
const String SEARCH_FIND_MEMBER_DECLARATIONS = 'search.findMemberDeclarations'; |
const String SEARCH_FIND_MEMBER_REFERENCES = 'search.findMemberReferences'; |
-const String SEARCH_FIND_TOP_LEVEL_DECLARATIONS = |
- 'search.findTopLevelDeclarations'; |
- const String SEARCH_GET_TYPE_HIERARCHY = 'search.getTypeHierarchy'; |
+const String SEARCH_FIND_TOP_LEVEL_DECLARATIONS = 'search.findTopLevelDeclarations'; |
+const String SEARCH_GET_TYPE_HIERARCHY = 'search.getTypeHierarchy'; |
// |
// Search notifications |