mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 18:53:42 +02:00
chore: make linter happy for existing code
This commit is contained in:
@ -148,5 +148,5 @@ div() {
|
||||
fi
|
||||
local _r=$(($1$_n / $2))
|
||||
_r=${_r:0:-$_d}.${_r: -$_d}
|
||||
echo $_r
|
||||
echo "$_r"
|
||||
}
|
||||
|
Reference in New Issue
Block a user