Skip to content

Commit

Permalink
♻️ refactor: コミット漏れ
Browse files Browse the repository at this point in the history
Issue #145
  • Loading branch information
susatthi committed May 25, 2022
1 parent 9201890 commit 613ab13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/presentation/repo/components/order_toggle_button.dart
Expand Up @@ -8,7 +8,7 @@ import 'package:flutter_riverpod/flutter_riverpod.dart';
import '../../../domain/entities/repo_search_repos_order.dart';
import '../../../localizations/strings.g.dart';
import '../../../utils/logger.dart';
import 'list_view_state.dart';
import '../state/list_view_state.dart';
import 'search_repos_order.dart';

/// リポジトリ検索用オーダー値変更ボタン
Expand Down
2 changes: 1 addition & 1 deletion test/presentation/repo/state/list_view_state_test.dart
Expand Up @@ -6,7 +6,7 @@ import 'dart:io';

import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:github_search/presentation/repo/components/list_view_state.dart';
import 'package:github_search/presentation/repo/state/list_view_state.dart';

import '../../../test_utils/hive.dart';
import '../../../test_utils/locale.dart';
Expand Down

0 comments on commit 613ab13

Please sign in to comment.