Add missing empty line to end of patch.

Strangely, though the differential revision featured an empty line, when
`arc patch`ing the repo, it didn't come with it. 🤷🏽
This commit is contained in:
Walter Lapchynski 2019-08-16 22:15:35 -07:00
parent 3663fb0ed1
commit 4cfa12445f

View File

@ -45,4 +45,5 @@ Last-Update: 2019-08-17
- auto srcPaths = pathListFromQUrls(data->urls());
switch(action) {
case Qt::CopyAction:
FileOperation::copyFiles(srcPaths, destPath);
FileOperation::copyFiles(srcPaths, destPath);