Skip to content

Commit

Permalink
Suppress silly warning
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Feb 4, 2025
1 parent 63ecc70 commit adace9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ class FlashbackSaver(
}
}

@Suppress("SameParameterValue")
private fun writeActionAsync(action: FlashbackAction) {
this.executor.execute {
this.writer.writeAction(action)
Expand Down

0 comments on commit adace9c

Please sign in to comment.