milvus/scripts/run_cargo_format.sh
2025-06-20 10:22:39 +08:00

6 lines
40 B
Bash

#!/bin/bash
(
cd $1
cargo fmt
)