mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
src: style and whitespace fixes
This commit is contained in:
parent
1db49d7c47
commit
896452766e
@ -73,7 +73,7 @@ class Shell
|
||||
{
|
||||
if (!is_array($command)) {
|
||||
$command = array($command);
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($command as $comm) {
|
||||
$this->execSingle($comm, $mute, $output);
|
||||
|
||||
@ -40,4 +40,3 @@ def singleton(cls, *args, **kwargs):
|
||||
instances[cls] = cls(*args, **kwargs)
|
||||
return instances[cls]
|
||||
return getinstance
|
||||
|
||||
|
||||
@ -214,4 +214,3 @@ $.fn.UIBootgrid = function (params) {
|
||||
}
|
||||
}));
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user