mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use string interpolation expression.
This commit is contained in:
@@ -185,7 +185,7 @@ namespace DiscImageChef.Filesystems
|
||||
ext_os = "MasIX";
|
||||
break;
|
||||
default:
|
||||
ext_os = string.Format("Unknown OS ({0})", supblk.creator_os);
|
||||
ext_os = $"Unknown OS ({supblk.creator_os})";
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user