summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-08 23:57:10 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-08 23:57:10 +0100
commit34a9d58c4ab24390a21595edc08442651cfbe312 (patch)
tree4fbeccfba302e86c43d179c014f332ca27bfb433
parent3240c54086a8e2397fe7a22f48da9ed88a6ab56c (diff)
downloadbugzilla-34a9d58c4ab24390a21595edc08442651cfbe312.tar.gz
bugzilla-34a9d58c4ab24390a21595edc08442651cfbe312.tar.xz
Fix the indentation
-rw-r--r--Bugzilla/WebService/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/User.pm b/Bugzilla/WebService/User.pm
index 93fece580..8af10a224 100644
--- a/Bugzilla/WebService/User.pm
+++ b/Bugzilla/WebService/User.pm
@@ -232,7 +232,7 @@ sub get {
}
push(@users, filter($params, $user_info));
-}
+ }
return { users => \@users };
}