lingthio / Flask-User

Customizable User Authorization & User Management: Register, Confirm, Login, Change username/password, Forgot password and more.
http://flask-user.readthedocs.io/
MIT License
1.06k stars 292 forks source link

Fix missing newline that was borking formatting #218

Closed pjz closed 5 years ago

pjz commented 6 years ago

minor docfix

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@b45f366). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #218   +/-   ##
========================================
  Coverage          ?   90.5%           
========================================
  Files             ?      25           
  Lines             ?    1454           
  Branches          ?       0           
========================================
  Hits              ?    1316           
  Misses            ?     138           
  Partials          ?       0

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 b45f366...3bcd0f3. Read the comment docs.

and-semakin commented 5 years ago

Thank you for your contribution @pjz!