summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/util.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/util.rs b/tests/util.rs
index 0e74eafa..f7dbebee 100644
--- a/tests/util.rs
+++ b/tests/util.rs
@@ -59,7 +59,6 @@ fn cross_runner() -> Option<String> {
}
/// Returns the [`Command`] of a binary invocation of bottom.
-///
pub fn btm_command() -> Command {
let btm_exe = env!("CARGO_BIN_EXE_btm");
match cross_runner() {