diff options
author | Greg Sabino Mullane | 2015-06-30 15:30:25 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2015-06-30 15:30:25 +0000 |
commit | d75f10a1074b8dee8eca1ff583fb02b200a72e01 (patch) | |
tree | 6ba2597ec5b09fdbd58063418b99408f217083d9 | |
parent | 738f7cbe378e8e05bdeda5d2f1961a7122e0fa5d (diff) |
No tabs please
-rw-r--r-- | t/CP_Testing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/CP_Testing.pm b/t/CP_Testing.pm index c473c9f75..95ed1e0fd 100644 --- a/t/CP_Testing.pm +++ b/t/CP_Testing.pm @@ -480,7 +480,7 @@ sub get_host { sub get_port { my $self = shift; - return 5432; + return 5432; } sub get_shorthost { |