added the line back

This commit is contained in:
PCoder23
2024-02-29 20:52:17 +05:30
parent 6acca4cf87
commit 51be09b076
2 changed files with 2 additions and 2 deletions

View File

@ -113,4 +113,4 @@ List<String> getHeaderSuggestions(String pattern) {
(element) => element.toLowerCase().contains(pattern.toLowerCase()),
)
.toList();
}
}