Skip to content

Commit

Permalink
Format code with rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] committed Oct 6, 2022
1 parent f25528b commit 2477c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 0.4.14
use log::{error};
// 0.4.14
use log::error;
pub fn format_forbidden_char(filename: &str) -> String {
// 禁止文字(半角記号)
// let cannot_used_file_name = "\\/:*?`\"><|";
Expand Down

0 comments on commit 2477c3a

Please sign in to comment.