summaryrefslogtreecommitdiffstats
path: root/extensions/Splinter/lib/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Splinter/lib/Config.pm')
-rw-r--r--extensions/Splinter/lib/Config.pm14
1 files changed, 5 insertions, 9 deletions
diff --git a/extensions/Splinter/lib/Config.pm b/extensions/Splinter/lib/Config.pm
index fb3c16074..d3675c111 100644
--- a/extensions/Splinter/lib/Config.pm
+++ b/extensions/Splinter/lib/Config.pm
@@ -31,17 +31,13 @@ use Bugzilla::Config::Common;
our $sortkey = 1350;
sub get_param_list {
- my ($class) = @_;
+ my ($class) = @_;
- my @param_list = (
- {
- name => 'splinter_base',
- type => 't',
- default => 'page.cgi?id=splinter.html',
- },
- );
+ my @param_list = (
+ {name => 'splinter_base', type => 't', default => 'page.cgi?id=splinter.html',},
+ );
- return @param_list;
+ return @param_list;
}
1;