tidy: Update tools/tidy.sh and add SPDX-License-Identifier

This commit is contained in:
Taiki Endo
2023-09-16 17:56:46 +09:00
parent 1c8b6e3bf4
commit b441885d30
3 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: Apache-2.0 OR MIT
use anyhow::{bail, Context as _, Result};
use fs_err as fs;
use serde::{Deserialize, Serialize};