Skip to content

Commit

Permalink
minor: refactor if else
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Feb 5, 2024
1 parent 626cd39 commit 667b084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Writers/Go/CodeEnumWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public override void WriteCodeElement(CodeEnum codeElement, LanguageWriter write
"const (");
writer.IncreaseIndent();
var isMultiValue = codeElement.Flags;

var enumOptions = codeElement.Options;
int power = 0;
foreach (var item in enumOptions)
Expand Down

0 comments on commit 667b084

Please sign in to comment.