Text files should end with a newline character.

This commit is contained in:
Andrés Montañez
2014-10-11 15:07:36 -02:00
parent aaf92d5001
commit 9653552be7
41 changed files with 41 additions and 47 deletions
+1 -1
View File
@@ -52,4 +52,4 @@ abstract class AbstractCommand
{
return $this->config;
}
}
}
+1 -1
View File
@@ -122,4 +122,4 @@ class InstallCommand extends AbstractCommand
return false;
}
}
}
}
+1 -2
View File
@@ -45,5 +45,4 @@ class UpdateCommand extends AbstractCommand
return $exitCode;
}
}
}
+1 -2
View File
@@ -30,5 +30,4 @@ class VersionCommand extends AbstractCommand
return 0;
}
}
}
+1 -1
View File
@@ -59,4 +59,4 @@ class Factory
return $instance;
}
}
}
+1 -1
View File
@@ -17,4 +17,4 @@ namespace Mage\Command;
*/
interface RequiresEnvironment
{
}
}