Fix format errors

This commit is contained in:
Jianfeng Jiang
2024-03-22 06:40:31 +00:00
committed by Tate, Hongliang Tian
parent 63499c675c
commit 5941d3e6eb
4 changed files with 17 additions and 7 deletions

View File

@ -2,6 +2,8 @@
# SPDX-License-Identifier: MPL-2.0
set -e
WORKSPACE_ROOT="$(dirname "$(readlink -f "$0")")/.."
EXCLUDED_CRATES=$(sed -n '/^\[workspace\]/,/^\[.*\]/{/exclude = \[/,/\]/p}' "$WORKSPACE_ROOT/Cargo.toml" | grep -v "exclude = \[" | tr -d '", \]')