Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Mar 11, 2024
1 parent 1acfb58 commit f5b9112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/managers/SnippetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class SnippetManager extends Publisher<Language[]> implements Disposable
return new Promise((resolve, reject) => {
const request = new Request(url);
convert(language, variant, request, {}, (error: unknown, snippet: string) => {
if(error) {
if (error) {
reject(error);
return;
}
Expand Down

0 comments on commit f5b9112

Please sign in to comment.