Skip to content

Commit a430d4b

Browse files
author
g
committed
fix fmt
1 parent cc62510 commit a430d4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/handler.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ use obws::requests::scene_items::SetEnabled as SetEnabledItem;
88
use obws::requests::sources::SaveScreenshot;
99
use obws::Client;
1010

11-
pub async fn handle_commands(client: &Client, commands: &Commands) -> Result<(), Box<dyn std::error::Error>> {
11+
pub async fn handle_commands(
12+
client: &Client,
13+
commands: &Commands,
14+
) -> Result<(), Box<dyn std::error::Error>> {
1215
match commands {
1316
Commands::MediaInput(media_input) => match media_input {
1417
MediaInput::SetCursor { name, cursor } => {

0 commit comments

Comments
 (0)