Skip to content

Commit e1da957

Browse files
Apply suggestion from @Ivansete-status
Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
1 parent 8ae1a60 commit e1da957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sds/types/persistence.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ proc noOpPersistence*(): Persistence =
118118
Persistence(
119119
saveLamport: proc(
120120
channelId: SdsChannelID, lamport: int64
121-
): Future[void] {.async: (raises: []), gcsafe.} =
121+
): Future[void] {.async: (raises: []).} =
122122
discard,
123123
appendLogEntry: proc(
124124
channelId: SdsChannelID, msg: SdsMessage

0 commit comments

Comments
 (0)