Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-deshmukh committed Jan 29, 2025
1 parent ae2b2ee commit 39973d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/groups/bmq/bmqa/bmqa_configurequeuestatus.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ ConfigureQueueStatus::operator=(const ConfigureQueueStatus& other)
inline ConfigureQueueStatus::operator BoolType() const
{
return bsls::UnspecifiedBool<ConfigureQueueStatus>::makeValue(
result() == bmqt::ConfigureQueueResult::e_SUCCESS
);
result() == bmqt::ConfigureQueueResult::e_SUCCESS);
}

inline const QueueId& ConfigureQueueStatus::queueId() const
Expand Down

0 comments on commit 39973d7

Please sign in to comment.