mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
redundant variable type def
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
type IdentityType string
|
||||
|
||||
// DisableIdentity is a global variable to disable the identity.
|
||||
var DisableIdentity bool = false
|
||||
var DisableIdentity = false
|
||||
|
||||
// Disabled represents a disabled identity type
|
||||
const Disabled IdentityType = ""
|
||||
|
||||
Reference in New Issue
Block a user