File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -480,14 +480,14 @@ extension plzma_path_timestamp {
480
480
}
481
481
}
482
482
483
- extension plzma_path_timestamp : @ retroactive CustomStringConvertible {
483
+ extension plzma_path_timestamp : Swift . CustomStringConvertible {
484
484
485
485
public var description : String {
486
486
return " Creation: \( creationDate) \n Last access: \( lastAccessDate) \n Last modification: \( lastModificationDate) "
487
487
}
488
488
}
489
489
490
- extension plzma_path_timestamp : @ retroactive CustomDebugStringConvertible {
490
+ extension plzma_path_timestamp : Swift . CustomDebugStringConvertible {
491
491
492
492
public var debugDescription : String {
493
493
return self . description
@@ -512,14 +512,14 @@ extension plzma_path_stat {
512
512
}
513
513
}
514
514
515
- extension plzma_path_stat : @ retroactive CustomStringConvertible {
515
+ extension plzma_path_stat : Swift . CustomStringConvertible {
516
516
517
517
public var description : String {
518
518
return " Size: \( size) \n \( timestamp. description) "
519
519
}
520
520
}
521
521
522
- extension plzma_path_stat : @ retroactive CustomDebugStringConvertible {
522
+ extension plzma_path_stat : Swift . CustomDebugStringConvertible {
523
523
524
524
public var debugDescription : String {
525
525
return self . description
You can’t perform that action at this time.
0 commit comments