style: dart format 적용
- 전체 Dart 소스 및 테스트 파일 포매팅 통일 - trailing comma, 줄바꿈, 인덴트 정리
This commit is contained in:
@@ -95,10 +95,7 @@ class MockFactories {
|
||||
///
|
||||
/// [seed]: 결정론적 랜덤 시드
|
||||
/// [level]: 캐릭터 레벨
|
||||
static GameState createGameState({
|
||||
int seed = 42,
|
||||
int level = 1,
|
||||
}) {
|
||||
static GameState createGameState({int seed = 42, int level = 1}) {
|
||||
return GameState.withSeed(seed: seed);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user