diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-06-05 22:51:47 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-06-05 22:51:47 +0200 |
commit | 472c077df014fc67116eb879278dd074fff8ceb8 (patch) | |
tree | bd4206efca8c58176e530d430a8c7c54a942a804 /lib/AdminPanel/Module | |
parent | 8de8e44ed5ea86fb04b5f4361e5e2a3d449ce6a3 (diff) | |
download | colin-keep-472c077df014fc67116eb879278dd074fff8ceb8.tar colin-keep-472c077df014fc67116eb879278dd074fff8ceb8.tar.gz colin-keep-472c077df014fc67116eb879278dd074fff8ceb8.tar.bz2 colin-keep-472c077df014fc67116eb879278dd074fff8ceb8.tar.xz colin-keep-472c077df014fc67116eb879278dd074fff8ceb8.zip |
SILENT: useless empty lines
Diffstat (limited to 'lib/AdminPanel/Module')
-rw-r--r-- | lib/AdminPanel/Module/Users.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AdminPanel/Module/Users.pm b/lib/AdminPanel/Module/Users.pm index f5f923b..0ffc8a2 100644 --- a/lib/AdminPanel/Module/Users.pm +++ b/lib/AdminPanel/Module/Users.pm @@ -300,8 +300,6 @@ sub BUILD { group_data => $self->loc->N("Group Data"), group_users => $self->loc->N("Group Users"), ); - - } |