Skip to content

Commit e077fb7

Browse files
committed
Remove needless '&& next' #1433
1 parent e1cffbf commit e077fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_dojo_list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
end
4747

4848
dojo_data.nil? ?
49-
not_found << dojo_name && next :
49+
not_found << dojo_name :
5050
dojo_list << dojo_data
5151
end
5252

0 commit comments

Comments
 (0)