Fixing indentation
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
function get_idx_by_id(id) {
|
||||
for(let idx = 0; idx < cards.length; idx++) {
|
||||
if(id === cards[idx].id) {
|
||||
return idx
|
||||
return idx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user