Skip to content

Commit

Permalink
fix missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Jul 1, 2024
1 parent 764c8ce commit 7163c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Kiota.Builder/Refiners/GoRefiner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ public override Task Refine(CodeNamespace generatedCode, CancellationToken cance
"Error",
() => new CodeType { Name = "string", IsNullable = false, IsExternal = true }
);
NormalizeNamespaceNames(generatedCode);
GenerateCodeFiles(generatedCode);
}, cancellationToken);
}
Expand Down

0 comments on commit 7163c58

Please sign in to comment.