Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed May 3, 2023
1 parent 41eda14 commit 350b3d9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ class CollaborativeBuffer(
client.clientId,
contentVersion,
autoSave,
isAutoSave = true,
onClose = Some(client.clientId),
isAutoSave = true,
onClose = Some(client.clientId),
reportProgress = Some(sender())
)
case None =>
Expand Down

0 comments on commit 350b3d9

Please sign in to comment.