Skip to content

Commit 75c66ca

Browse files
committed
fix: indent
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 3c8f7bc commit 75c66ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export const useFilesStore = function(...args) {
506506
}
507507

508508

509-
if (uuid || file.uuid) {
509+
if (uuid || file.uuid) {
510510
config.data.uuid = uuid || file.uuid
511511
} else {
512512
config.data.file = {

0 commit comments

Comments
 (0)