mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Code restyling.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Aaru.CommonTypes.Metadata
|
||||
{
|
||||
public static class MediaType
|
||||
{
|
||||
public static(string type, string subType) MediaTypeToString(CommonTypes.MediaType dskType)
|
||||
public static (string type, string subType) MediaTypeToString(CommonTypes.MediaType dskType)
|
||||
{
|
||||
string discType;
|
||||
string discSubType;
|
||||
@@ -2492,7 +2492,7 @@ namespace Aaru.CommonTypes.Metadata
|
||||
break;
|
||||
}
|
||||
|
||||
return(discType, discSubType);
|
||||
return (discType, discSubType);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user