git diff, shows the same line as both deleted and added
问题 I accidently worked on the master where I had to open up a new branch. I reverted it to its original form almost completely. At one class I get the following diff that I can not make sense out of. index 4a9abb8..7c55879 100755 --- a/includes/site.inc.php +++ b/includes/site.inc.php @@ -142,11 +142,11 @@ class site{ public $tplEngine = 'smarty'; - + private $_productsByType = array(); private $logger; - protected $locale = 'tr_TR'; - + protected $locale = 'tr_TR'; + It says that I have deleted