diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-08 23:57:10 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-11-08 23:57:10 +0100 |
commit | 34a9d58c4ab24390a21595edc08442651cfbe312 (patch) | |
tree | 4fbeccfba302e86c43d179c014f332ca27bfb433 | |
parent | 3240c54086a8e2397fe7a22f48da9ed88a6ab56c (diff) | |
download | bugs-34a9d58c4ab24390a21595edc08442651cfbe312.tar bugs-34a9d58c4ab24390a21595edc08442651cfbe312.tar.gz bugs-34a9d58c4ab24390a21595edc08442651cfbe312.tar.bz2 bugs-34a9d58c4ab24390a21595edc08442651cfbe312.tar.xz bugs-34a9d58c4ab24390a21595edc08442651cfbe312.zip |
Fix the indentation
-rw-r--r-- | Bugzilla/WebService/User.pm | 2 |
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 }; } |