Remove trailing white space

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2021-04-29 08:40:58 +01:00
parent ca98209715
commit 944f6e22a5

View file

@ -310,7 +310,7 @@ class Chaincode extends Contract {
// This is JavaScript so without Funcation Decorators, all functions are assumed
// to be transaction functions
//
//
// For internal functions... prefix them with _
async _GetAllResults(iterator, isHistory) {
let allResults = [];