commands/focus: drop trailing whitespace

This commit is contained in:
Simon Ser 2022-01-16 19:15:57 +01:00
parent d6f8820a8b
commit 0ffd8178fe
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ static bool get_direction_from_next_prev(struct sway_container *container,
} else {
return false;
}
return true;
}