Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Jan 15, 2025
1 parent d88f397 commit ecfd2c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ class FileUploadWorker(
}

// Only notify if it is not same file on remote that causes conflict
if (uploadResult.code == ResultCode.SYNC_CONFLICT && FileUploadHelper().isSameFileOnRemote(
if (uploadResult.code == ResultCode.SYNC_CONFLICT &&
FileUploadHelper().isSameFileOnRemote(
uploadFileOperation.user,
File(uploadFileOperation.storagePath),
uploadFileOperation.remotePath,
Expand Down
2 changes: 2 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</ignored-keys>
<trusted-keys>
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
<trusted-key id="03C123038C20AAE9E286C857479D601F3A7B5C1A" group="^com[.]github[.]ajalt($|([.].*))" regex="true"/>
<trusted-key id="042B29E928995B9DB963C636C7CA19B7B620D787" group="com.github.stephenc.jcip" name="jcip-annotations" version="1.0-1"/>
<trusted-key id="04543577D6A9CC626239C50C7ECBD740FF06AEB5">
<trusting group="org.glassfish.jaxb"/>
Expand Down Expand Up @@ -140,6 +141,7 @@
<trusted-key id="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5">
<trusting group="io.github.microutils" name="kotlin-logging-jvm" version="3.0.5"/>
<trusting group="io.github.oshai" name="kotlin-logging-jvm" version="5.1.4"/>
<trusting group="io.github.oshai" name="kotlin-logging-jvm" version="7.0.3"/>
</trusted-key>
<trusted-key id="48B086A7D843CFA258E83286928FBF39003C0425">
<trusting group="org.springframework"/>
Expand Down

0 comments on commit ecfd2c1

Please sign in to comment.