Skip to content

Commit 4eebcad

Browse files
committed
Remove elvis reported warning
1 parent 755917a commit 4eebcad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mod_muc_admin.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ muc_unused(Method, Action, Service, Last_allowed) ->
16511651
Rooms_all = get_all_rooms(Service),
16521652

16531653
%% Decide which ones pass the requirements
1654-
Rooms_pass = decide_rooms( Rooms_all, Last_allowed),
1654+
Rooms_pass = decide_rooms(Rooms_all, Last_allowed),
16551655

16561656
Num_rooms_all = length(Rooms_all),
16571657
Num_rooms_pass = length(Rooms_pass),

0 commit comments

Comments
 (0)