diff --git a/caddytls/storage.go b/caddytls/storage.go index 861378cf6..2815ec830 100644 --- a/caddytls/storage.go +++ b/caddytls/storage.go @@ -93,7 +93,6 @@ type Storage interface { // in StoreUser. The result is an empty string if there are no // persisted users in storage. MostRecentUserEmail() string - } // ErrNotExist is returned by Storage implementations when