mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Fixed missing gofumpt for apg.go
This commit is contained in:
parent
4ee6b6651b
commit
89a2a349ef
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ func configMinRequirement(config *apg.Config) {
|
||||||
|
|
||||||
// configOldStyle configures the old style character modes
|
// configOldStyle configures the old style character modes
|
||||||
func configOldStyle(config *apg.Config, humanReadable, lowerCase, upperCase,
|
func configOldStyle(config *apg.Config, humanReadable, lowerCase, upperCase,
|
||||||
numeric, special, complexPass bool) {
|
numeric, special, complexPass bool,
|
||||||
|
) {
|
||||||
if humanReadable {
|
if humanReadable {
|
||||||
config.Mode = apg.MaskToggleMode(config.Mode, apg.ModeHumanReadable)
|
config.Mode = apg.MaskToggleMode(config.Mode, apg.ModeHumanReadable)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue