Skip to content

Commit 01ad9c8

Browse files
committed
refactor :: ktlint
1 parent d8c81b0 commit 01ad9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feature/recruitment/src/main/java/team/retum/jobis/recruitment/ui/RecruitmentDetailsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ private fun RecruitmentDetailInfo(
259259
content = "${if (integrationPlan!!) "" else ""}",
260260
)
261261
}
262-
if(!winterIntern && hireConvertible != null) {
262+
if (!winterIntern && hireConvertible != null) {
263263
Detail(
264264
title = stringResource(id = R.string.hireConvertible),
265265
content = "${if (hireConvertible!!) "" else ""}",

0 commit comments

Comments
 (0)