chore: whitespace

This commit is contained in:
Nick Fisher
2024-12-11 21:01:54 +08:00
parent 8b9b299786
commit b94aeb8b4a

View File

@@ -12,7 +12,9 @@ export 'light_options.dart';
typedef ThermionEntity = int;
abstract class ThermionAsset {
ThermionEntity get entity;
Future<List<ThermionEntity>> getChildEntities();
///