Skip to content

Commit

Permalink
[#258] Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
doannimble committed Aug 2, 2023
1 parent d3c73e8 commit 748e4dd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class UserResponse {
Map<String, dynamic> toJson() => _$UserResponseToJson(this);

User toUser() => User(
email: email,
username: username,
);
email: email,
username: username,
);
}

0 comments on commit 748e4dd

Please sign in to comment.