Skip to content

Commit 6853b2a

Browse files
[Storage] Fix formatting 3
Co-authored-by: AustinBenoit <22805659+AustinBenoit@users.noreply.github.com>
1 parent c858561 commit 6853b2a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

storage/src/common/list_result.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ StorageListResult::StorageListResult(StorageListResult&& other) noexcept {
4949
other.internal_ = nullptr;
5050
}
5151

52-
StorageListResult& StorageListResult::operator=(
53-
StorageListResult&& other) noexcept {
52+
StorageListResult& StorageListResult::operator=(StorageListResult&& other) noexcept {
5453
if (this == &other) {
5554
return *this;
5655
}

0 commit comments

Comments
 (0)