macports / upt-macports

The Universal Packaging Tool (upt) backend for MacPorts
https://framagit.org/upt/upt
BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Fix "missing newline (at end of file)" warning #60

Closed reneeotten closed 4 years ago

reneeotten commented 4 years ago

All python/perl/rubygems templates removed the newline at the end. A warning message was displayed when using port lint --nitpick <portname> not without the --nitpick flag. Nevertheless, it should be fixed and this PR does that.

[edit: force-pushed to associate this commit with my MacPorts e-maill address.]

codecov[bot] commented 4 years ago

Codecov Report

Merging #60 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   90.62%   90.62%           
=======================================
  Files           1        1           
  Lines         192      192           
  Branches       15       15           
=======================================
  Hits          174      174           
  Misses         16       16           
  Partials        2        2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 32773a5...6f36bba. Read the comment docs.