Skip to content

Commit d05b0c2

Browse files
committed
Merge branch 'sd/202603_4' into sd/202604_0
2 parents b12cc80 + 0649594 commit d05b0c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/database/data.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ impl Debug for dyn Data {
1616
pub trait Data {
1717
fn boxed_clone(&self) -> Box<dyn Data>;
1818

19-
fn _get_fmt_string(&self) -> String;
19+
fn _get_fmt_string(&self) -> String {
20+
"*****".to_string()
21+
}
2022

2123
fn get_fmt_string(&mut self) -> String {
2224
self._get_fmt_string()

0 commit comments

Comments
 (0)