Skip to content

Commit a76b7db

Browse files
committed
fixup! generate admin_shell service
1 parent bd06333 commit a76b7db

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

libsql-server/tests/bootstrap.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
use std::process::Command;
21
use std::path::PathBuf;
2+
use std::process::Command;
33

44
#[test]
55
fn bootstrap() {
6-
let iface_files = &[
7-
"proto/admin_shell.proto",
8-
];
6+
let iface_files = &["proto/admin_shell.proto"];
97
let dirs = &["proto"];
108

119
let out_dir = PathBuf::from(std::env!("CARGO_MANIFEST_DIR"))

0 commit comments

Comments
 (0)