style(skills): format lookup resolver signature
This commit is contained in:
parent
7e232a9f0c
commit
749928c354
@ -104,7 +104,10 @@ function normalizeSkillLookupToken(value: string): string {
|
||||
.replace(/^-+|-+$/g, "");
|
||||
}
|
||||
|
||||
function resolveSkillByName(report: SkillStatusReport, requestedName: string): SkillStatusEntry | null {
|
||||
function resolveSkillByName(
|
||||
report: SkillStatusReport,
|
||||
requestedName: string,
|
||||
): SkillStatusEntry | null {
|
||||
const raw = requestedName.trim();
|
||||
if (!raw) {
|
||||
return null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user