Skip to content

Commit

Permalink
Merge pull request #105 from Gristof/add-newline
Browse files Browse the repository at this point in the history
Add newline to new files
  • Loading branch information
Christoph Müller authored Nov 16, 2017
2 parents 3945d67 + b484472 commit d4ca136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/components/index-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ <h2 class="tile__title">{{ include.title }}</h2>
{% if include.flag %}
<div class="tile__flag">{{ include.flag }}</div>
{% endif %}
</div>
</div>
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ $(document).ready(function() {
});
}
}
});
});

0 comments on commit d4ca136

Please sign in to comment.