Skip to content

Commit f1f5886

Browse files
[Storage] Fix formatting
Co-authored-by: AustinBenoit <22805659+AustinBenoit@users.noreply.github.com>
1 parent 0d2600b commit f1f5886

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

storage/src/common/list_result.cc

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

52-
StorageListResult& StorageListResult::operator=(StorageListResult&& other) noexcept {
52+
StorageListResult& StorageListResult::operator=(
53+
StorageListResult&& other) noexcept {
5354
if (this == &other) {
5455
return *this;
5556
}

0 commit comments

Comments
 (0)