Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
why a semicolon? who knows
  • Loading branch information
ralsina committed Jan 13, 2015
1 parent f085ddb commit 7b3f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/filters.py
Expand Up @@ -149,7 +149,7 @@ def jpegoptim(infile):

@apply_to_text_file
def minify_lines(data):
return data;
return data


@apply_to_text_file
Expand Down

0 comments on commit 7b3f0c6

Please sign in to comment.