Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed May 9, 2024
1 parent eb4d211 commit 0f4db16
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 @@ -117,7 +117,7 @@ private static void WriteParsableEnum(CodeEnum codeElement, LanguageWriter write
writer.DecreaseIndent();
}
}

writer.StartBlock("default:");
writer.WriteLine($"return nil, nil");
writer.DecreaseIndent();
Expand Down

0 comments on commit 0f4db16

Please sign in to comment.