Fix EOL whitespace

This commit is contained in:
Mikhail Yakshin 2018-05-09 07:04:31 +01:00
parent a2a40ef0d8
commit 86c9b7dccb
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ namespace Kaitai
throw new Exception(string.Format("Expected bytes: {0} ({1} bytes), Instead got: {2} ({3} bytes)", Convert.ToBase64String(expected), expected.Length, Convert.ToBase64String(bytes), bytes.Length));
}
}
return bytes;
}