forked from TrueCloudLab/certificates
redundant variable type def
This commit is contained in:
parent
05cda81215
commit
0512f6e3e5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
||||||
type IdentityType string
|
type IdentityType string
|
||||||
|
|
||||||
// DisableIdentity is a global variable to disable the identity.
|
// DisableIdentity is a global variable to disable the identity.
|
||||||
var DisableIdentity bool = false
|
var DisableIdentity = false
|
||||||
|
|
||||||
// Disabled represents a disabled identity type
|
// Disabled represents a disabled identity type
|
||||||
const Disabled IdentityType = ""
|
const Disabled IdentityType = ""
|
||||||
|
|
Loading…
Reference in a new issue