Skip to content

Commit 6bc2698

Browse files
author
Deren Vural
committed
commas
Signed-off-by: Deren Vural <[email protected]>
1 parent 9eea093 commit 6bc2698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/subprocess/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub fn exec_check(
5454
// Run subprocess
5555
Ok(proc) => match proc.wait_async(cancellable, |_| ()) {
5656
_ => Ok(()),
57-
}
57+
},
5858
}
5959
}
6060

@@ -96,6 +96,6 @@ pub fn exec_communicate(
9696
Ok((Some(stdout_buffer), Some(stderr_buffer)))
9797
}
9898
},
99-
}
99+
},
100100
}
101101
}

0 commit comments

Comments
 (0)