From 11c67b050767cdb2577c0a797affbb8b78a3f1de Mon Sep 17 00:00:00 2001 From: David Majda Date: Sat, 22 May 2010 13:15:20 +0200 Subject: [PATCH] Remove trailing whitespace --- examples/json.pegjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/json.pegjs b/examples/json.pegjs index cff038f..d31ef41 100644 --- a/examples/json.pegjs +++ b/examples/json.pegjs @@ -28,7 +28,7 @@ elements: value ("," _ value)* { for (var i = 0; i < $2.length; i++) { result.push($2[i][2]); } - return result; + return result; } value