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:
@@ -30,13 +30,14 @@
|
||||
// Copyright © 2011-2020 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
using JetBrains.Annotations;
|
||||
using Schemas;
|
||||
|
||||
namespace Aaru.Gui.ViewModels.Panels
|
||||
{
|
||||
public class FileSystemViewModel
|
||||
public sealed class FileSystemViewModel
|
||||
{
|
||||
public FileSystemViewModel(FileSystemType xmlFsType, string information)
|
||||
public FileSystemViewModel([NotNull] FileSystemType xmlFsType, string information)
|
||||
{
|
||||
TypeText = $"Filesystem type: {xmlFsType.Type}";
|
||||
VolumeNameText = $"Volume name: {xmlFsType.VolumeName}";
|
||||
|
||||
Reference in New Issue
Block a user