Skip to content

Commit bf46932

Browse files
committed
remove extra spaces
1 parent 14d6541 commit bf46932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cucumber/support_code/step_definition.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ var StepDefinition = function (pattern, code) {
9595
self.invoke = function invoke(step, world, callback) {
9696
code = function()
9797
{
98-
var parameters = Array.prototype.slice.call(arguments);
98+
var parameters = Array.prototype.slice.call(arguments);
9999
var codeCallback = parameters.pop();
100100

101101
// Create an angular callback. Angular just executes the function, so we wrap it here so we can include any parameters.

0 commit comments

Comments
 (0)