style: dart format 적용
- 전체 Dart 소스 및 테스트 파일 포매팅 통일 - trailing comma, 줄바꿈, 인덴트 정리
This commit is contained in:
@@ -107,7 +107,8 @@ class ResurrectionManager {
|
||||
updatedMonetization = monetization.copyWith(autoReviveEndMs: buffEndMs);
|
||||
|
||||
debugPrint(
|
||||
'[Resurrection] Ad revive complete, auto-revive buff until $buffEndMs ms');
|
||||
'[Resurrection] Ad revive complete, auto-revive buff until $buffEndMs ms',
|
||||
);
|
||||
}
|
||||
|
||||
// 유료 유저는 광고 없이 부활
|
||||
|
||||
Reference in New Issue
Block a user