Skip to content

Commit d216208

Browse files
committed
Fix formatting
1 parent ed9b5e2 commit d216208

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/webviews/webview-side/vega-renderer/ErrorBoundary.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ export function ErrorFallback({ error }: FallbackProps) {
3535
</div>
3636
);
3737
}
38-

src/webviews/webview-side/vega-renderer/VegaRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function useThemeColors(): ThemeColors {
3333

3434
useEffect(() => {
3535
const observer = new MutationObserver(() => {
36-
console.log('Observed body change')
36+
console.log('Observed body change');
3737
setThemeColors(getThemeColors());
3838
});
3939

0 commit comments

Comments
 (0)