1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 02:04:17 +00:00

chore: format code; fix lint issues

This commit is contained in:
Oleksandr Redko
2026-01-16 17:39:05 +02:00
parent d8217235bd
commit 9b16601117
5 changed files with 9 additions and 26 deletions

View File

@@ -206,7 +206,7 @@ read_key() {
echo "QUIT"
fi
;;
' ') echo "SPACE" ;; # Allow space in filter mode for selection
' ') echo "SPACE" ;; # Allow space in filter mode for selection
[[:print:]]) echo "CHAR:$key" ;;
*) echo "OTHER" ;;
esac