Skip to content

Commit 258c0dc

Browse files
committed
chore: use explicit constructor modifier
1 parent a276ebd commit 258c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/spanner/transaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Transaction {
9898
public:
9999
ReadWriteOptions();
100100

101-
ReadWriteOptions(ReadLockMode read_lock_mode);
101+
explicit ReadWriteOptions(ReadLockMode read_lock_mode);
102102

103103
// A tag used for collecting statistics about the transaction.
104104
ReadWriteOptions& WithTag(absl::optional<std::string> tag);

0 commit comments

Comments
 (0)