Skip to content

Commit

Permalink
[CHORE] #64-ktlint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
l5x5l committed Aug 30, 2024
1 parent b14c0d3 commit c0e3aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data class Link(
createdAt = domainLink.createdAt,
pokitName = domainLink.categoryName,
pokitId = domainLink.categoryId.toString(),
bookmark = domainLink.favorites,
bookmark = domainLink.favorites
)
}
}
Expand Down

0 comments on commit c0e3aed

Please sign in to comment.