Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Apr 19, 2024
1 parent 6cbc453 commit 3c5852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Plugins/PluginsGenerationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public async Task GenerateManifestAsync(CancellationToken cancellationToken = de
apiManifest.Write(writer);
break;
case PluginType.OpenAI://TODO add support for OpenAI plugin type generation

Check warning on line 72 in src/Kiota.Builder/Plugins/PluginsGenerationService.cs

View workflow job for this annotation

GitHub Actions / Build

Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
// intentional drop to the default case
// intentional drop to the default case
default:
throw new NotImplementedException($"The {pluginType} plugin is not implemented.");
}
Expand Down

0 comments on commit 3c5852a

Please sign in to comment.