Skip to content

Commit

Permalink
style(core): missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Jarzębowski-Bownik authored and Mateusz Jarzębowski-Bownik committed Dec 3, 2024
1 parent 71528ca commit d0c2630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import parse, { type Info } from "spdx-expression-parse";

export function parseLicenseLogicalExpression(
licenseExpression: unknown
licenseExpression: unknown,
): Info | undefined {
if (typeof licenseExpression === "string") {
try {
Expand Down

0 comments on commit d0c2630

Please sign in to comment.