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:
@@ -319,7 +319,7 @@ namespace DiscImageChef.Decoders.Xbox
|
||||
sizeString = "120mm";
|
||||
break;
|
||||
default:
|
||||
sizeString = string.Format("unknown size identifier {0}", decoded.DiscSize);
|
||||
sizeString = $"unknown size identifier {decoded.DiscSize}";
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user