Skip to content

Commit c63d287

Browse files
committed
formatting
1 parent 9ee0378 commit c63d287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/directives/highlightjs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import hljs from "highlight.js/lib/core";
33

44
Vue.directive("highlightjs", {
55
bind(el, binding) {
6-
hljs.highlightElement(el)
6+
hljs.highlightElement(el);
77
},
88
});

0 commit comments

Comments
 (0)