Commit 34a9d58c authored by Frédéric Buclin's avatar Frédéric Buclin

Fix the indentation

parent 3240c540
...@@ -232,7 +232,7 @@ sub get { ...@@ -232,7 +232,7 @@ sub get {
} }
push(@users, filter($params, $user_info)); push(@users, filter($params, $user_info));
} }
return { users => \@users }; return { users => \@users };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment