iorveth 4 년 전
부모
커밋
ef075f6874
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      runtime-modules/content-directory/src/schema.rs

+ 1 - 1
runtime-modules/content-directory/src/schema.rs

@@ -155,7 +155,7 @@ pub enum PropertyType<T: Trait> {
 
 impl<T: Trait> core::fmt::Debug for PropertyType<T> {
     fn fmt(&self, formatter: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
-        write!(formatter, "Type {:?}", self)
+        write!(formatter, "PropertyType {:?}", self)
     }
 }