misc: remove trailing whitespaces

This commit is contained in:
Gaetan Lepage 2023-01-13 14:48:51 +01:00
parent b9a4f0ca19
commit e05014fb00
10 changed files with 19 additions and 19 deletions

View file

@ -53,7 +53,7 @@ in
};
indicatorIcon = mkOption {
type = types.nullOr types.str;
description = "The Icon shown as a indicator for buffer. Changing it is NOT recommended,
description = "The Icon shown as a indicator for buffer. Changing it is NOT recommended,
this is intended to be an escape hatch for people who cannot bear it for whatever reason.";
default = null;
};