Skip to content

Commit

Permalink
Another tweak from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Rybakov <dmitry.rybakov@mongodb.com>
  • Loading branch information
jamis and comandeo-mongo authored Jan 15, 2024
1 parent 28808f9 commit 7498f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mongo/session/server_session/dirtyable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def dirty?
#
# @param [ true | false ] mark whether the mark the server session
# dirty or not.
# or not.
def dirty!(mark = true)
@dirty = mark
end
Expand Down

0 comments on commit 7498f0e

Please # to comment.