Browse Source

fix format

neilpang 8 years ago
parent
commit
4cee14f3c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -2174,7 +2174,7 @@ __initHome() {
 _initAPI() {
 _initAPI() {
   _api_server="${1:-$ACME_DIRECTORY}"
   _api_server="${1:-$ACME_DIRECTORY}"
   _debug "_init api for server: $_api_server"
   _debug "_init api for server: $_api_server"
-  
+
   if [ "$_api_server" = "$DEFAULT_CA" ]; then
   if [ "$_api_server" = "$DEFAULT_CA" ]; then
     #just for performance, hardcode the default entry points
     #just for performance, hardcode the default entry points
     export ACME_KEY_CHANGE="https://acme-v01.api.letsencrypt.org/acme/key-change"
     export ACME_KEY_CHANGE="https://acme-v01.api.letsencrypt.org/acme/key-change"