Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
haterain0203 committed Sep 27, 2023
1 parent b40d11f commit 4e62a7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ class ReviewCreatePage extends ConsumerWidget {
static const path = '/jobs/:jobId/reviews/create';

/// [ReviewCreatePage] に遷移する際に `context.router.pushNamed` で指定する文字列。
static String location({required String jobId}) => '/jobs/$jobId/reviews/create';
static String location({required String jobId}) =>
'/jobs/$jobId/reviews/create';

final String jobId;

Expand Down

0 comments on commit 4e62a7f

Please sign in to comment.