From aa2e6928fa098f037a74d9f7fb0eed22414d7e4c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 7 Jul 2015 00:32:36 -0400 Subject: Fix EOF newlines --- cbc/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cbc/exceptions.py') diff --git a/cbc/exceptions.py b/cbc/exceptions.py index dc6128f..6eb521f 100644 --- a/cbc/exceptions.py +++ b/cbc/exceptions.py @@ -5,4 +5,4 @@ class MetaDataError(Exception): pass class CondaBuildError(Exception): - pass \ No newline at end of file + pass -- cgit