mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -31,14 +31,16 @@
|
||||
// ****************************************************************************/
|
||||
|
||||
using Aaru.CommonTypes.Enums;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Aaru.Gui.Models
|
||||
{
|
||||
public class MediaTagModel
|
||||
public sealed class MediaTagModel
|
||||
{
|
||||
public MediaTagType Tag { get; set; }
|
||||
public byte[] Data { get; set; }
|
||||
public string Decoded { get; set; }
|
||||
public string Name => Tag.ToString();
|
||||
[NotNull]
|
||||
public string Name => Tag.ToString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user