Skip to content

Commit f23ec01

Browse files
fix spaces
1 parent 7ffbeb2 commit f23ec01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Omnipay/Common/Message/AbstractResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function isRedirect()
3232

3333
public function isTransparentRedirect()
3434
{
35-
return false;
35+
return false;
3636
}
3737

3838
public function getData()

0 commit comments

Comments
 (0)