Skip to content

Commit 6707c11

Browse files
committed
spotless
1 parent bed86b2 commit 6707c11

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

circuitx/navigation/src/commonMain/kotlin/com/slack/circuitx/navigation/intercepting/CircuitNavigationInterceptor.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ public interface CircuitNavigationInterceptor {
3535
*
3636
* By default this will skip intercepting the navigation and return [Skipped].
3737
*/
38-
public fun resetRoot(newRoot: Screen, saveState: Boolean, restoreState: Boolean): InterceptorResetRootResult = Skipped
38+
public fun resetRoot(
39+
newRoot: Screen,
40+
saveState: Boolean,
41+
restoreState: Boolean,
42+
): InterceptorResetRootResult = Skipped
3943

4044
public companion object {
4145
/**

0 commit comments

Comments
 (0)