mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-04 05:36:12 +00:00
Fix some errant formatting
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using System;
|
||||
using System.Text;
|
||||
|
||||
#pragma warning disable CS0162 // Unreachable code detected
|
||||
#pragma warning disable CS0164 // This label has not been referenced
|
||||
|
||||
namespace SabreTools.Data.ObjectIdentifier
|
||||
{
|
||||
/// <summary>
|
||||
@@ -117,7 +114,6 @@ namespace SabreTools.Data.ObjectIdentifier
|
||||
case 9: goto oid_0_9;
|
||||
default: return $"{oidPath}/{values[index - 1]}";
|
||||
}
|
||||
;
|
||||
|
||||
// recommendation
|
||||
#region 0.0.*
|
||||
@@ -4584,7 +4580,6 @@ namespace SabreTools.Data.ObjectIdentifier
|
||||
//TODO: case 12: goto oid_0_0_9_751_0_12;
|
||||
default: return $"{oidPath}/{values[index - 1]}";
|
||||
}
|
||||
;
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -12636,7 +12631,6 @@ namespace SabreTools.Data.ObjectIdentifier
|
||||
default: return $"{oidPath}/{values[index - 1]}";
|
||||
}
|
||||
|
||||
|
||||
// baseline-requirements
|
||||
#region 2.23.140.1.2.*
|
||||
|
||||
|
||||
@@ -105,7 +105,6 @@ namespace SabreTools.Data.ObjectIdentifier
|
||||
case 9: return $"{oidPath}/Data";
|
||||
default: return $"{oidPath}/{values[index - 1]}";
|
||||
}
|
||||
;
|
||||
|
||||
// recommendation
|
||||
#region 0.0.*
|
||||
|
||||
Reference in New Issue
Block a user