Skip to content

Commit dabd51b

Browse files
committed
Fix spotless formatting
1 parent b0b307b commit dabd51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reply/app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationComponents.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,5 +482,5 @@ enum class LayoutType {
482482
HEADER, CONTENT
483483
}
484484

485-
fun NavDestination?.hasRoute(destination: ReplyTopLevelDestination) : Boolean =
485+
fun NavDestination?.hasRoute(destination: ReplyTopLevelDestination): Boolean =
486486
this?.hasRoute(destination.route::class) ?: false

0 commit comments

Comments
 (0)