Changed whitespace in function definition

This commit is contained in:
Mike Lape 2021-07-19 07:13:53 -04:00 committed by GitHub
parent 3a8a6dc7e9
commit 5debdd0e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ proxy=true # Set the proxy to true or fa
## Define date time stamp function ## Define date time stamp function
########################################### ###########################################
function ds() { function ds() {
date +"[%F %T]" date +"[%F %T]"
} }