mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code cleanup and style refactor.
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
// Copyright © 2011-2022 Natalia Portillo
|
||||
// ****************************************************************************/
|
||||
|
||||
namespace Aaru.Tests.Filesystems.UFS;
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.IO;
|
||||
using Aaru.CommonTypes;
|
||||
@@ -35,8 +33,9 @@ using Aaru.CommonTypes.Interfaces;
|
||||
using Aaru.Filesystems;
|
||||
using NUnit.Framework;
|
||||
|
||||
[TestFixture]
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
namespace Aaru.Tests.Filesystems.UFS;
|
||||
|
||||
[TestFixture, SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public class Sun_i86 : FilesystemTest
|
||||
{
|
||||
public override string DataFolder =>
|
||||
|
||||
Reference in New Issue
Block a user