Skip to content

Commit 96ec539

Browse files
Kaavehclaude
andcommitted
#307 Fix ktlint function-signature violation in MarketDao
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 01fb309 commit 96ec539

File tree

1 file changed

+4
-1
lines changed
  • data/market-local/src/main/java/ir/composenews/localdatasource/database

1 file changed

+4
-1
lines changed

data/market-local/src/main/java/ir/composenews/localdatasource/database/MarketDao.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ interface MarketDao {
1616

1717
suspend fun insertMarket(marketEntity: MarketEntity)
1818

19-
suspend fun updateFavoriteStatus(id: String, isFavorite: Long)
19+
suspend fun updateFavoriteStatus(
20+
id: String,
21+
isFavorite: Long,
22+
)
2023
}

0 commit comments

Comments
 (0)