Skip to content

Commit

Permalink
Fix files with missing end-of-file newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Jan 23, 2023
1 parent 37250ec commit 405e51f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -151,4 +151,4 @@ development of Cantera through NumFOCUS.
:target: https://anaconda.org/Cantera/cantera

.. |conda-forge| image:: https://img.shields.io/conda/v/conda-forge/cantera
:target: https://anaconda.org/conda-forge/cantera
:target: https://anaconda.org/conda-forge/cantera
2 changes: 1 addition & 1 deletion include/cantera/kinetics/PlogRate.h
Expand Up @@ -201,4 +201,4 @@ class PlogRate final : public ReactionRate
};

}
#endif
#endif
2 changes: 1 addition & 1 deletion src/kinetics/Custom.cpp
Expand Up @@ -42,4 +42,4 @@ void CustomFunc1Rate::getParameters(AnyMap& rateNode, const Units& rate_units) c
"Not implemented by '{}' object.", type());
}

}
}

0 comments on commit 405e51f

Please sign in to comment.