Skip to content

Commit 5746bc6

Browse files
committed
Remove whitespace
1 parent c574960 commit 5746bc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/Sources/Networking/Mapper/MetaDataMapper.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ struct MetaDataMapper: Mapper {
2020
// Filter out metadata if the key is prefixed with an underscore (internal meta keys)
2121
return metadata.filter { !$0.key.hasPrefix("_") }
2222
}
23-
24-
2523
}
2624

2725
/// DataEnvelope Entity:

0 commit comments

Comments
 (0)