Remove unnecessary empty line.

This commit is contained in:
Klaus Ma 2016-07-23 19:37:13 +08:00
parent 180e671972
commit 53b94e16d0

View File

@ -34,7 +34,6 @@ type Registry interface {
}
// storage puts strong typing around storage calls
type storage struct {
rest.StandardStorage
}