Skip to content

Commit

Permalink
Replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cdchapman committed Oct 26, 2016
1 parent c64bd84 commit 7804e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filters/context2pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def run(content, params = {})
trackers = params.fetch(:trackers, [])

unless system('which', 'context', out: '/dev/null')
warn("Warning: `context` not found; PDF generation disabled.")
warn("Warning: `context` not found; PDF generation disabled.")
File.write(output_filename, '')
return
end
Expand Down

0 comments on commit 7804e7f

Please sign in to comment.