From 435210f10fd927653ce8fbc04ec537ae5d8966b6 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Wed, 29 Jun 2022 14:15:10 +0700 Subject: Generics migration complete --- crypto/test/src/cms/test/CMSTestUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/test/src/cms') diff --git a/crypto/test/src/cms/test/CMSTestUtil.cs b/crypto/test/src/cms/test/CMSTestUtil.cs index b6818bb8a..016260625 100644 --- a/crypto/test/src/cms/test/CMSTestUtil.cs +++ b/crypto/test/src/cms/test/CMSTestUtil.cs @@ -213,7 +213,7 @@ namespace Org.BouncyCastle.Cms.Tests { buf.Append(Encoding.ASCII.GetString(data, i, data.Length - i)); } - buf.Append('\n'); + buf.AppendLine(); } return buf.ToString(); -- cgit 1.4.1