This commit is contained in:
Jorge Morante 2023-04-13 14:20:57 +02:00
parent 9a9a1bddcb
commit 3f0186f80e
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ module Fingers
state.modifier = modifier
match = hinter.lookup(state.input)
match = hinter.lookup(state.input)
handle_match(match) if match
end