style: dart format 적용

This commit is contained in:
JiWoong Sul
2026-01-14 23:07:03 +09:00
parent 249394f548
commit de20183b73
8 changed files with 68 additions and 43 deletions

View File

@@ -142,16 +142,8 @@ class TestCharacterService {
'Exception Handler',
'Null Guard',
],
EquipmentSlot.helm => [
'Neural Helm',
'Thought Processor',
'Mind Buffer',
],
EquipmentSlot.hauberk => [
'Matrix Armor',
'Byte Mail',
'Kernel Plate',
],
EquipmentSlot.helm => ['Neural Helm', 'Thought Processor', 'Mind Buffer'],
EquipmentSlot.hauberk => ['Matrix Armor', 'Byte Mail', 'Kernel Plate'],
EquipmentSlot.brassairts => [
'Bit Guards',
'Stream Bracers',
@@ -167,11 +159,7 @@ class TestCharacterService {
'Handler Mitts',
'Pointer Grips',
],
EquipmentSlot.gambeson => [
'Layer Vest',
'Cache Coat',
'Buffer Jacket',
],
EquipmentSlot.gambeson => ['Layer Vest', 'Cache Coat', 'Buffer Jacket'],
EquipmentSlot.cuisses => [
'Register Guards',
'Stack Protectors',