We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e2eff commit d4eca98Copy full SHA for d4eca98
itext/itext.kernel/itext/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.cs
@@ -52,7 +52,7 @@ source product.
52
namespace iText.Kernel.Pdf.Canvas.Parser.Util {
53
/// <summary>Utility methods to help with processing of inline images</summary>
54
public sealed class InlineImageParsingUtils {
55
- private static readonly byte[] EI = new byte[] { (byte) 'E', (byte) 'I' };
+ private static readonly byte[] EI = new byte[] { (byte)'E', (byte)'I' };
56
57
private InlineImageParsingUtils() {
58
}
port-hash
@@ -1 +1 @@
1
-6e8b824838790fba08afbe516ae8c9b8d43120f4
+81ee78e4b14d6a1bd6fcc7095e13252b80001b0c
0 commit comments