Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkalnik committed Aug 30, 2017
1 parent 1f6992a commit 329d669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gas-hub.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ function showDiff(code, type) {
.concat(gasFiles)
.filter((file) => {
const match = file.match(/(.*?)\.(gs|html)$/);

return match && match[1] && match[2];
})
.reduce((diff, file) => {
Expand Down

0 comments on commit 329d669

Please sign in to comment.