From dd2feedbe4f84f4e6c73a50ac5eb91bb70848f02 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Fri, 30 Oct 2015 23:54:04 +0100 Subject: [PATCH] Fixed invalid indentation at begining of file in gitinspector.py. --- gitinspector/gitinspector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitinspector/gitinspector.py b/gitinspector/gitinspector.py index 6a93c61..8c7e768 100644 --- a/gitinspector/gitinspector.py +++ b/gitinspector/gitinspector.py @@ -1,4 +1,4 @@ - # coding: utf-8 +# coding: utf-8 # # Copyright © 2012-2015 Ejwa Software. All rights reserved. #