mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-27 12:05:10 +00:00
Remove trailing white space
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
ca98209715
commit
944f6e22a5
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ class Chaincode extends Contract {
|
||||||
|
|
||||||
// This is JavaScript so without Funcation Decorators, all functions are assumed
|
// This is JavaScript so without Funcation Decorators, all functions are assumed
|
||||||
// to be transaction functions
|
// to be transaction functions
|
||||||
//
|
//
|
||||||
// For internal functions... prefix them with _
|
// For internal functions... prefix them with _
|
||||||
async _GetAllResults(iterator, isHistory) {
|
async _GetAllResults(iterator, isHistory) {
|
||||||
let allResults = [];
|
let allResults = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue