Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
code clean
  • Loading branch information
leandroBorgesFerreira committed Dec 12, 2025
commit 86282d3561070babd11cb3deea94de54e1191c85
3 changes: 0 additions & 3 deletions application/features/editor/config/ktlint/baseline.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<baseline version="1.0">
<file name="src/commonMain/kotlin/io/writeopia/editor/features/editor/ui/desktop/DesktopNoteEditorScreen.kt">
<error line="22" column="1" source="standard:comment-spacing" />
</file>
<file name="src/commonMain/kotlin/io/writeopia/editor/features/presentation/viewmodel/PresentationKmpViewModel.kt">
<error line="4" column="1" source="standard:no-unused-imports" />
<error line="11" column="1" source="standard:no-unused-imports" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import androidx.compose.foundation.shape.CircleShape
import androidx.compose.foundation.text.BasicTextField
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.outlined.Lock
//import androidx.compose.material.icons.outlined.Lock
import androidx.compose.material3.CircularProgressIndicator
import androidx.compose.material3.Icon
import androidx.compose.material3.MaterialTheme
Expand Down
Loading