mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 14:58:57 +02:00
Text files should end with a newline character.
This commit is contained in:
@@ -105,4 +105,4 @@ class ChangeBranchTask extends AbstractTask
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,4 +84,4 @@ class CloneTask extends AbstractTask
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,4 +58,4 @@ class RemoveCloneTask extends AbstractTask
|
||||
{
|
||||
return $this->runCommandLocal('rm -rf ' . $this->source['temporal']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -69,4 +69,4 @@ class UpdateTask extends AbstractTask
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user