Skip to content

Commit

Permalink
inspections
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloszKrajewski committed Oct 3, 2023
1 parent 1e6916c commit 1d3a3c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/K4os.Compression.LZ4/Engine/x32/LL32.dec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// ReSharper disable ConditionIsAlwaysTrueOrFalse
// ReSharper disable BuiltInTypeReferenceStyle
// ReSharper disable RedundantCast
// ReSharper disable CommentTypo
// ReSharper disable TooWideLocalVariableScope

using System;
using System.Runtime.CompilerServices;
Expand All @@ -25,8 +27,6 @@

using size_t = System.UInt32;
using uptr_t = System.UInt64;
// ReSharper disable CommentTypo
// ReSharper disable TooWideLocalVariableScope

namespace K4os.Compression.LZ4.Engine;

Expand Down

0 comments on commit 1d3a3c9

Please sign in to comment.