diff options
author | Billy Donahue <billy.donahue@mongodb.com> | 2021-03-17 08:02:01 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-03-25 00:44:22 +0000 |
commit | 3022c66b2af7049f4096cc7117f94f5194c5e1e2 (patch) | |
tree | 43906732591de4f2046563d3822d621be8b25216 /src/mongo/db/commands/txn_cmds.idl | |
parent | 609d174c95fdfbc0193e1d7e8804ef20a04f99e1 (diff) | |
download | mongo-3022c66b2af7049f4096cc7117f94f5194c5e1e2.tar.gz |
SERVER-55281 lint for newline violations
Diffstat (limited to 'src/mongo/db/commands/txn_cmds.idl')
-rw-r--r-- | src/mongo/db/commands/txn_cmds.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/txn_cmds.idl b/src/mongo/db/commands/txn_cmds.idl index 61e7a5adb93..a8ffa5c8b65 100644 --- a/src/mongo/db/commands/txn_cmds.idl +++ b/src/mongo/db/commands/txn_cmds.idl @@ -115,4 +115,4 @@ commands: progress on abort by processing using the info in the recoveryToken." optional: true type: TxnRecoveryToken - reply_type: OkReply
\ No newline at end of file + reply_type: OkReply |