Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
puripuri2100 committed May 11, 2024
1 parent 5d88048 commit 6e09b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jplaw_data_types/src/precedent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ impl PrecedentInfo {
/// データの入ったファイル名を生成する
pub fn file_name(&self) -> String {
format!(
"{}_{}_{}.json",
self.case_number, self.court_name, self.lawsuit_id
"{}_{}_{:?}_{}.json",
self.case_number, self.court_name, self.trial_type, self.lawsuit_id
)
}
}
Expand Down

0 comments on commit 6e09b18

Please sign in to comment.