Format code

This commit is contained in:
Vansh Nath 2025-04-06 18:44:14 +02:00
parent b0e5979e94
commit 48347f38bb
No known key found for this signature in database
GPG Key ID: 709BF3EAFB217A96

View File

@ -23,9 +23,9 @@ pub enum MatchAlgorithm {
/// Example:
/// "git checkout" is matched by "gco"
Fuzzy,
/// Only show suggestions which have a substring matching with the given input
///
///
/// Example:
/// "git checkout" is matched by "checkout"
Substring,