You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(promslog): dry out AllowedStyle Set(), rename style options var
- Renames the style options var to drop the `Flag` portion of it's name,
since it's no longer used for a flag, but merely to house valid
options.
- drys out Set method for AllowedStyle by comparing provided flag
against our valid options list using `slices.Contains()`, updates
method var name for the funcs to not double up on `s` usage for
potential confusion
Signed-off-by: TJ Hoplock <[email protected]>
0 commit comments