summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-11-02 13:20:19 +0100
committerJan Willhaus <mail@janwillhaus.de>2019-11-02 16:16:13 +0100
commit9ab684b2514240cf8ac35fc79df74cc4f820c09a (patch)
treeb07c0fc380aa6f12e9c05a54eb4d79e8b7b7a213 /.coveragerc
parent1320a5220c765b67855b60c60a8ec3acc21f787c (diff)
downloadwarlock-9ab684b2514240cf8ac35fc79df74cc4f820c09a.tar.gz
Apply EOF fixes enforced by pre-commit hook
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 0b060d5..7959fd8 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -16,4 +16,4 @@ exclude_lines =
raise NotImplementedError
# Don't complain if non-runnable code isn't run:
- if __name__ == .__main__.: \ No newline at end of file
+ if __name__ == .__main__.: