Skip to content

Commit

Permalink
[CI] Format Code!
Browse files Browse the repository at this point in the history
Format code using Prettier
  • Loading branch information
hatamiarash7 authored and actions-user committed Jun 1, 2024
1 parent e1d6419 commit aac6049
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions theme/highlight.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ var hljs = (function () {
? e
: n
: "start" === n[0].event
? e
: n
? e
: n
: e.length
? e
: n;
? e
: n;
}
function c(e) {
s +=
Expand Down Expand Up @@ -369,10 +369,10 @@ var hljs = (function () {
return n
? +n
: (function (e) {
return N.includes(e.toLowerCase());
})(e)
? 0
: 1;
return N.includes(e.toLowerCase());
})(e)
? 0
: 1;
}
const R = t,
y = r,
Expand Down Expand Up @@ -798,20 +798,20 @@ var hljs = (function () {
e.cached_variants
? e.cached_variants
: (function e(n) {
return (
!!n &&
(n.endsWithParent ||
e(n.starts))
);
})(e)
? r(e, {
starts: e.starts
? r(e.starts)
: null,
})
: Object.isFrozen(e)
? r(e)
: e
return (
!!n &&
(n.endsWithParent ||
e(n.starts))
);
})(e)
? r(e, {
starts: e.starts
? r(e.starts)
: null,
})
: Object.isFrozen(e)
? r(e)
: e
);
})("self" === e ? s : e);
}),
Expand Down Expand Up @@ -946,8 +946,8 @@ var hljs = (function () {
? "<br>"
: e
: f.tabReplace
? e.replace(/\t/g, f.tabReplace)
: e,
? e.replace(/\t/g, f.tabReplace)
: e,
)
: e;
}
Expand Down

0 comments on commit aac6049

Please sign in to comment.