You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config: trim whitespace from ints and bools in the database
Previously using a text editor might result in a string like
`1\n` which would be rejected. This patch trims the unnecessary
whitespace from the beginning and end of ints and bools so this
string will be parsed as `1`.
Signed-off-by: David Scott <[email protected]>
0 commit comments