Skip to content

Commit dc8fae6

Browse files
committed
Fix compose lint violations
1 parent 46765cb commit dc8fae6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

workflow-trace-viewer/src/jvmMain/kotlin/com/squareup/workflow1/traceviewer/model/Node.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.squareup.workflow1.traceviewer.model
22

3-
import com.squareup.moshi.Json
4-
53
/**
64
* Since the logic of Workflow is hierarchical (where each workflow may have parent workflows and/or
75
* children workflows, a tree structure is most appropriate for representing the data rather than

workflow-trace-viewer/src/jvmMain/kotlin/com/squareup/workflow1/traceviewer/ui/WorkflowTree.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import androidx.compose.runtime.mutableStateListOf
1717
import androidx.compose.runtime.mutableStateOf
1818
import androidx.compose.runtime.remember
1919
import androidx.compose.runtime.setValue
20-
import androidx.compose.runtime.snapshots.SnapshotStateList
2120
import androidx.compose.ui.Alignment
2221
import androidx.compose.ui.Modifier
2322
import androidx.compose.ui.graphics.Color

0 commit comments

Comments
 (0)