Run scalafmtAll

This commit is contained in:
Eike Kettner
2020-06-20 23:03:51 +02:00
parent 9ffa29459d
commit 7609b2b7c3
3 changed files with 8 additions and 4 deletions

View File

@ -86,7 +86,8 @@ object OUpload {
def noSource: UploadResult = NoSource
/** When adding files to an item, no item was found using the given
* item-id. */
* item-id.
*/
case object NoItem extends UploadResult
def noItem: UploadResult = NoItem