Skip to content

Commit 3d9b815

Browse files
author
Ian Barber
committed
Remove trailing whitespace
1 parent 109aa29 commit 3d9b815

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Google/Utils/URITemplate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function combine(
227227
$values[$pkey] = $pvalue;
228228
}
229229
}
230-
$value = implode($list_sep, $values);
230+
$value = implode($list_sep, $values);
231231
if ($value == '') {
232232
return '';
233233
}
@@ -244,7 +244,7 @@ public function combine(
244244
$values[] = $pvalue;
245245
}
246246
}
247-
$value = implode($list_sep, $values);
247+
$value = implode($list_sep, $values);
248248
if ($value == '') {
249249
return false;
250250
}

0 commit comments

Comments
 (0)