mirror of
https://github.com/caddyserver/caddy.git
synced 2025-03-20 04:29:03 +01:00
Satisfy gofmt
This commit is contained in:
parent
11bf28f783
commit
7ef405f9b2
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ type Storage interface {
|
||||||
// in StoreUser. The result is an empty string if there are no
|
// in StoreUser. The result is an empty string if there are no
|
||||||
// persisted users in storage.
|
// persisted users in storage.
|
||||||
MostRecentUserEmail() string
|
MostRecentUserEmail() string
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ErrNotExist is returned by Storage implementations when
|
// ErrNotExist is returned by Storage implementations when
|
||||||
|
|
Loading…
Reference in a new issue