aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/Memcached.pm')
-rw-r--r--Bugzilla/Config/Memcached.pm12
1 files changed, 2 insertions, 10 deletions
diff --git a/Bugzilla/Config/Memcached.pm b/Bugzilla/Config/Memcached.pm
index 292803d86..5ab3364f9 100644
--- a/Bugzilla/Config/Memcached.pm
+++ b/Bugzilla/Config/Memcached.pm
@@ -17,16 +17,8 @@ our $sortkey = 1550;
sub get_param_list {
return (
- {
- name => 'memcached_servers',
- type => 't',
- default => ''
- },
- {
- name => 'memcached_namespace',
- type => 't',
- default => 'bugzilla:',
- },
+ {name => 'memcached_servers', type => 't', default => ''},
+ {name => 'memcached_namespace', type => 't', default => 'bugzilla:',},
);
}