From 95a7b238f0ca079d16a795f40ab3aaef7c4de2e6 Mon Sep 17 00:00:00 2001 From: YUCLing Date: Tue, 17 Dec 2024 20:15:14 +0800 Subject: [PATCH] chore: code format --- framework/core/js/src/forum/components/AffixedSidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/js/src/forum/components/AffixedSidebar.js b/framework/core/js/src/forum/components/AffixedSidebar.js index b5a78cabbf..dbf0750d43 100644 --- a/framework/core/js/src/forum/components/AffixedSidebar.js +++ b/framework/core/js/src/forum/components/AffixedSidebar.js @@ -59,4 +59,4 @@ export default class AffixedSidebar extends Component { this.element.style.display = ''; } } -} \ No newline at end of file +}