mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Style fixes [no ci]
This commit is contained in:
Vendored
+1
-1
@@ -30,7 +30,7 @@ func (n *NullSigner) Init() error {
|
||||
func (n *NullSigner) SetKey(keyRef string) {
|
||||
}
|
||||
|
||||
func (g *NullSigner) SetKeyRing(keyring, secretKeyring string) {
|
||||
func (n *NullSigner) SetKeyRing(keyring, secretKeyring string) {
|
||||
}
|
||||
|
||||
func (n *NullSigner) DetachedSign(source string, destination string) error {
|
||||
|
||||
Reference in New Issue
Block a user