mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
relate: https://github.com/milvus-io/milvus/issues/42806 Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
6 lines
40 B
Bash
6 lines
40 B
Bash
#!/bin/bash
|
|
|
|
(
|
|
cd $1
|
|
cargo fmt
|
|
) |