Skip to content

Commit d4eca98

Browse files
committed
Add an explicit type conversion in a view of c#-port.
DEVSIX-1914 Autoported commit. Original commit hash: [81ee78e4b]
1 parent c0e2eff commit d4eca98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext/itext.kernel/itext/kernel/pdf/canvas/parser/util/InlineImageParsingUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ source product.
5252
namespace iText.Kernel.Pdf.Canvas.Parser.Util {
5353
/// <summary>Utility methods to help with processing of inline images</summary>
5454
public sealed class InlineImageParsingUtils {
55-
private static readonly byte[] EI = new byte[] { (byte) 'E', (byte) 'I' };
55+
private static readonly byte[] EI = new byte[] { (byte)'E', (byte)'I' };
5656

5757
private InlineImageParsingUtils() {
5858
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6e8b824838790fba08afbe516ae8c9b8d43120f4
1+
81ee78e4b14d6a1bd6fcc7095e13252b80001b0c

0 commit comments

Comments
 (0)