From 9cb626f24a58322b4e4b873e17a735a528745074 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 19:38:44 +0000 Subject: [PATCH] style: format code with Ktlint This commit fixes the style issues introduced in bedefab according to the output from Ktlint. Details: None --- src/main/kotlin/org/example/RoverState.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/example/RoverState.kt b/src/main/kotlin/org/example/RoverState.kt index 5b83b93..708e310 100644 --- a/src/main/kotlin/org/example/RoverState.kt +++ b/src/main/kotlin/org/example/RoverState.kt @@ -4,4 +4,4 @@ class RoverState { var positionX: Int = 0 var positionY: Int = 0 var heading: Char = HEADING_NORTH -} \ No newline at end of file +}