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

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]"
} }