Add \n to the end og the keyboard_button.rs file

This commit is contained in:
Waffle 2019-12-27 17:48:00 +03:00
parent 0b475c2ad0
commit 42b11f572e

View file

@ -140,4 +140,4 @@ mod tests {
let actual = serde_json::from_str(json).unwrap();
assert_eq!(expected, actual);
}
}
}