Skip to content

Commit 8f00f8a

Browse files
committed
Fix formatting
1 parent f49ffe0 commit 8f00f8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/note_editor/delegates/AddResourceDelegate.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ bool AddResourceDelegate::checkResourceDataSize(
742742
ErrorString error(QT_TR_NOOP(
743743
"Can't add attachment: the addition of the resource :"
744744
"would violate the max resource size which is"));
745-
error.details() =
746-
utility::humanReadableSize(static_cast<quint64>(*limits.noteSizeMax()));
745+
error.details() = utility::humanReadableSize(
746+
static_cast<quint64>(*limits.noteSizeMax()));
747747
Q_EMIT notifyError(error);
748748
return false;
749749
}

0 commit comments

Comments
 (0)