style: dart format 적용
- 전체 Dart 소스 및 테스트 파일 포매팅 통일 - trailing comma, 줄바꿈, 인덴트 정리
This commit is contained in:
@@ -37,9 +37,7 @@ class InventoryPage extends StatelessWidget {
|
||||
_buildSectionHeader(context, l10n.uiPotions),
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child: PotionInventoryPanel(
|
||||
inventory: potionInventory,
|
||||
),
|
||||
child: PotionInventoryPanel(inventory: potionInventory),
|
||||
),
|
||||
|
||||
// 무게 (Encumbrance)
|
||||
|
||||
Reference in New Issue
Block a user