Skip to content

Commit

Permalink
updated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
friedemannsommer committed Nov 24, 2023
1 parent 85d2f7c commit ef9d981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/transform-result.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ export function transformFunctionLocation(result: ParseResult<Variant.FunctionLo
lineEnd < lineStart || result.value.length === 2
? result.value[1]
: result.value.length >= 3
? result.value[2]
: ''
? result.value[2]
: ''
}

return {
Expand Down

0 comments on commit ef9d981

Please sign in to comment.