format code

This commit is contained in:
2024-01-04 18:58:46 +08:00
parent 690c28da6d
commit 00db29293b
-2
View File
@@ -29,6 +29,4 @@ export class TopBarComponent implements OnInit {
const screenWidth = window.innerWidth;
this.isMobile = screenWidth < 768;
}
}