Skip to content

Commit 09bc1fc

Browse files
committed
Update code style
1 parent 9441849 commit 09bc1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public function on(RequestMatcher $requestMatcher, $result)
135135
}
136136
$this->conditionalResults[] = [
137137
'matcher' => $requestMatcher,
138-
'callable' => $callable
138+
'callable' => $callable,
139139
];
140140
}
141141

0 commit comments

Comments
 (0)