mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Reformat with trailing comma
This commit is contained in:
@@ -112,7 +112,7 @@ mod tests {
|
||||
#[test]
|
||||
fn check() {
|
||||
let data = [
|
||||
1, 2, 3, 4, 5
|
||||
1, 2, 3, 4, 5,
|
||||
];
|
||||
let mut tmp = String::new();
|
||||
for n in data {
|
||||
|
||||
Reference in New Issue
Block a user