mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
added the line back
This commit is contained in:
@ -113,4 +113,4 @@ List<String> getHeaderSuggestions(String pattern) {
|
|||||||
(element) => element.toLowerCase().contains(pattern.toLowerCase()),
|
(element) => element.toLowerCase().contains(pattern.toLowerCase()),
|
||||||
)
|
)
|
||||||
.toList();
|
.toList();
|
||||||
}
|
}
|
||||||
|
@ -139,4 +139,4 @@ void main() {
|
|||||||
expect(getHeaderSuggestions(pattern), expected);
|
expect(getHeaderSuggestions(pattern), expected);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user