Skip to content

Commit

Permalink
refactor: Remove white space for swiftformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu-dgl committed Sep 20, 2024
1 parent 76d5511 commit d9746f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MailTests/Folders/ITFolderListViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ struct MCKMailboxManageable_FolderListViewModel: MailboxManageable, MCKTransacti
func message(message: MailCore.Message) async throws {}

func attachmentData(_ attachment: MailCore.Attachment, progressObserver: ((Double) -> Void)?) async throws -> Data { Data() }

func saveAttachmentLocally(attachment: MailCore.Attachment, progressObserver: ((Double) -> Void)?) async {}

func markAsSeen(message: MailCore.Message, seen: Bool) async throws {}

func move(messages: [MailCore.Message], to folderRole: MailCore.FolderRole, origin: Folder?) async throws -> MailCore
Expand Down

0 comments on commit d9746f7

Please sign in to comment.