Skip to content

Commit 7236b00

Browse files
committed
chore: remove instruction
1 parent c8c1347 commit 7236b00

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
171171
- ALWAYS ensure a method exist before calling it
172172
- ALWAYS remove unused code after refactors
173173
- ALWAYS follow Material3 design guidelines for UI components
174-
- ALWAYS use `VerticalSpacer` and `HorizontalSpacer` components instead of `Spacer(modifier = Modifier.height())` or `Spacer(modifier = Modifier.width())`
175174
- ALWAYS ensure proper error handling in coroutines
176175
- ALWAYS acknowledge datastore async operations run synchronously in a suspend context
177176
- NEVER use `runBlocking` in suspend functions

0 commit comments

Comments
 (0)