Skip to content

Commit f64b190

Browse files
committed
Repeat rustfmt with nightly rustfmt
1 parent e35d5f6 commit f64b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Battery power profile is not supported on desktop computers.
192192
}
193193
Some("performance") => client.performance(),
194194
_ => profile(&mut client).map_err(err_str),
195-
}
195+
},
196196
Args::Graphics { cmd } => {
197197
if !client.get_switchable()? {
198198
return Err(String::from(

0 commit comments

Comments
 (0)