1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

treewide: delete trailing spaces

This commit is contained in:
RGBCube 2025-06-09 21:20:35 +03:00
parent ad88e6ce79
commit ed0e6af0c8
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
7 changed files with 18 additions and 18 deletions

View file

@ -114,12 +114,12 @@
manipulators = allBasic [
{
from.key_code = "quote";
to = [{ key_code = "i"; }];
}
{
from.key_code = "i";
to = [{ key_code = "quote"; }];
}
];