redundant variable type def

This commit is contained in:
max furman 2019-12-09 12:54:32 -08:00
parent 05cda81215
commit 0512f6e3e5

View file

@ -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 = ""