Add newline

This commit is contained in:
bkuschel 2023-02-04 15:39:28 -05:00
parent dc995f7c67
commit 1f3b1c697f
No known key found for this signature in database
GPG Key ID: 41F888B501034AF3

View File

@ -729,4 +729,4 @@ void registerCodecEncrypted(CompressionCodecFactory & factory)
registerEncryptionCodec(factory, AES_128_GCM_SIV);
registerEncryptionCodec(factory, AES_256_GCM_SIV);
}
}
}