Apply suggestion from @Ivansete-status

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
This commit is contained in:
NagyZoltanPeter 2026-05-22 16:33:01 +02:00 committed by GitHub
parent 8ae1a60912
commit e1da957331
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@ proc noOpPersistence*(): Persistence =
Persistence(
saveLamport: proc(
channelId: SdsChannelID, lamport: int64
): Future[void] {.async: (raises: []), gcsafe.} =
): Future[void] {.async: (raises: []).} =
discard,
appendLogEntry: proc(
channelId: SdsChannelID, msg: SdsMessage