Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger committed Jun 30, 2016
1 parent d2ecf3c commit 789b4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ardagryd.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Ardagryd = (props)=>{

let objects = props.objects.filter((currentObjectToBeFiltered) => {
for (let i in columnNamesWithFilter){
const currentColumn = columnNamesWithFilter[i];
const currentColumn = columnNamesWithFilter[i];
if (!currentObjectToBeFiltered[currentColumn]){
return false;
} else {
Expand Down

0 comments on commit 789b4ac

Please sign in to comment.