mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 09:52:00 -04:00
manager: Pass an empty slice instead of a slice with a single empty string
This commit is contained in:
parent
a5dfde2b17
commit
6a5e693e5b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ impl SMManager {
|
||||||
// Run script to get calibration value
|
// Run script to get calibration value
|
||||||
let result = script_output(
|
let result = script_output(
|
||||||
"/usr/bin/steamos-polkit-helpers/jupiter-get-als-gain",
|
"/usr/bin/steamos-polkit-helpers/jupiter-get-als-gain",
|
||||||
&[""],
|
&[] as &[String; 0],
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
match result {
|
match result {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue