From 7ef405f9b2405468e984f593db6d8586ff0a5ef9 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Thu, 8 Sep 2016 20:32:21 -0600 Subject: [PATCH] Satisfy gofmt --- caddytls/storage.go | 1 - 1 file changed, 1 deletion(-) 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