Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 1, 2024
1 parent a598ff5 commit 15fa03e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/languages/css-language.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class CSSLanguage {
},
onParseError(error) {
throw error;
}
},
}),
);

Expand All @@ -114,12 +114,9 @@ export class CSSLanguage {
comments,
};
} catch (ex) {

return {
ok: false,
errors: [
ex
],
errors: [ex],
};
}
}
Expand Down

0 comments on commit 15fa03e

Please sign in to comment.