Skip to content

Commit

Permalink
prettify code
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying committed Feb 22, 2025
1 parent 62675af commit 41d2f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Services/libCaching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function getLibs() {
}

export function getLanguages() {
return new Set(global.libs?.map(l => l.language).sort());
return new Set(global.libs?.map((l) => l.language).sort());
}

export function hasLib(name: string) {
Expand Down

0 comments on commit 41d2f25

Please sign in to comment.